LLVM 20.0.0git
|
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 |
Value * | OtherOp |
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.
Value* llvm::PredicateConstraint::OtherOp |
Definition at line 76 of file PredicateInfo.h.
CmpInst::Predicate llvm::PredicateConstraint::Predicate |
Definition at line 75 of file PredicateInfo.h.