Searched defs:MaxMin_match (Results 1 – 1 of 1) sorted by relevance
951 struct MaxMin_match { struct955 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in MaxMin_match() argument957 template <typename OpTy> bool match(OpTy *V) { in match()