Searched defs:PredicateBase (Results 1 – 3 of 3) sorted by relevance
80 explicit PredicateBase(KeyT &&key) in PredicateBase() function113 explicit PredicateBase() : BaseT(Kind) {} in PredicateBase() function
109 PredicateBase(PredicateType PT, Value *Op, Value *Condition) in PredicateBase() function
112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase() function