LLVM 19.0.0git
Public Attributes | List of all members
llvm::PredicateConstraint Struct Reference

Constraint for a predicate of the form "cmp Pred Op, OtherOp", where Op is the value the constraint applies to (the ssa.copy result). More...

#include "llvm/Transforms/Utils/PredicateInfo.h"

Public Attributes

CmpInst::Predicate Predicate
 
ValueOtherOp
 

Detailed Description

Constraint for a predicate of the form "cmp Pred Op, OtherOp", where Op is the value the constraint applies to (the ssa.copy result).

Definition at line 74 of file PredicateInfo.h.

Member Data Documentation

◆ OtherOp

Value* llvm::PredicateConstraint::OtherOp

Definition at line 76 of file PredicateInfo.h.

◆ Predicate

CmpInst::Predicate llvm::PredicateConstraint::Predicate

Definition at line 75 of file PredicateInfo.h.


The documentation for this struct was generated from the following file: