Searched refs:PredicateType (Results 1 – 1 of 1) sorted by relevance
96 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum102 PredicateType Type;113 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase()125 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition()157 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()