Searched defs:AnyOps_match (Results 1 – 3 of 3) sorted by relevance
1524 template <unsigned Opcode, typename... OperandTypes> struct AnyOps_match { struct1527 AnyOps_match(const OperandTypes &...Ops) : Operands(Ops...) {} in AnyOps_match() argument1534 std::enable_if_t<Idx != Last, bool> match_operands(const Instruction *I) { in match_operands()1539 std::enable_if_t<Idx == Last, bool> match_operands(const Instruction *I) { in match_operands()1543 template <typename OpTy> bool match(OpTy *V) { in match()
1645 template <unsigned Opcode, typename... OperandTypes> struct AnyOps_match { struct1648 AnyOps_match(const OperandTypes &...Ops) : Operands(Ops...) {} in AnyOps_match() argument1655 std::enable_if_t<Idx != Last, bool> match_operands(const Instruction *I) { in match_operands()1660 std::enable_if_t<Idx == Last, bool> match_operands(const Instruction *I) { in match_operands()1664 template <typename OpTy> bool match(OpTy *V) { in match()