Home
last modified time | relevance | path

Searched refs:PredicateType (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h96 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum
102 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()