Searched defs:FNeg_match (Results 1 – 1 of 1) sorted by relevance
807 template <typename Op_t> struct FNeg_match { struct810 FNeg_match(const Op_t &Op) : X(Op) {} in FNeg_match() function811 template <typename OpTy> bool match(OpTy *V) { in match()