Searched defs:BinOpPred_match (Results 1 – 1 of 1) sorted by relevance
1029 struct BinOpPred_match : Predicate { struct1033 BinOpPred_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in BinOpPred_match() argument1035 template <typename OpTy> bool match(OpTy *V) { in match()