Searched refs:match_operands (Results 1 – 1 of 1) sorted by relevance
1723 std::enable_if_t<Idx != Last, bool> match_operands(const Instruction *I) { in match_operands() function1724 return match_operands<Idx, Idx>(I) && match_operands<Idx + 1, Last>(I); in match_operands()1728 std::enable_if_t<Idx == Last, bool> match_operands(const Instruction *I) { in match_operands() function1736 match_operands<0, sizeof...(OperandTypes) - 1>(I); in match()