Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h116 class PredicateWithCondition : public PredicateBase {
125 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition() function
132 class PredicateAssume : public PredicateWithCondition {
136 : PredicateWithCondition(PT_Assume, Op, Condition), in PredicateAssume()
147 class PredicateWithEdge : public PredicateWithCondition {
159 : PredicateWithCondition(PType, Op, Cond), From(From), To(To) {} in PredicateWithEdge()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1536 auto *PWC = dyn_cast<PredicateWithCondition>(PI); in performSymbolicPredicateInfoEvaluation()