Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DPatternMatch.h775 template <typename Op_t, unsigned Opcode> struct CastClass_match { struct
778 CastClass_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastClass_match() argument
789 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h1305 template <typename Op_t, unsigned Opcode> struct CastClass_match { struct
1308 CastClass_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastClass_match() function
1319 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DPatternMatch.h1579 template <typename Op_t, unsigned Opcode> struct CastClass_match { struct
1582 CastClass_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastClass_match() function
1593 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() argument