Home
last modified time | relevance | path

Searched defs:AnyOps_match (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DPatternMatch.h1524 template <unsigned Opcode, typename... OperandTypes> struct AnyOps_match { struct
1527 AnyOps_match(const OperandTypes &...Ops) : Operands(Ops...) {} in AnyOps_match() argument
1534 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DPatternMatch.h1524 template <unsigned Opcode, typename... OperandTypes> struct AnyOps_match { struct
1527 AnyOps_match(const OperandTypes &...Ops) : Operands(Ops...) {} in AnyOps_match() argument
1534 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h1645 template <unsigned Opcode, typename... OperandTypes> struct AnyOps_match { struct
1648 AnyOps_match(const OperandTypes &...Ops) : Operands(Ops...) {} in AnyOps_match() argument
1655 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()