struct PredicateConstraint

Declaration

struct PredicateConstraint { /* full declaration omitted */ };

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).

Declared at: llvm/include/llvm/Transforms/Utils/PredicateInfo.h:75

Member Variables

public CmpInst::Predicate Predicate
public llvm::Value* OtherOp