Home
last modified time | relevance | path

Searched defs:CastInst_match (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DPatternMatch.h1630 template <typename Op_t, unsigned Opcode> struct CastInst_match { struct
1633 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() argument
1635 template <typename OpTy> bool match(OpTy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DPatternMatch.h1713 template <typename Op_t, typename Class> struct CastInst_match { struct
1716 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() argument
1718 template <typename OpTy> bool match(OpTy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DPatternMatch.h1713 template <typename Op_t, typename Class> struct CastInst_match { struct
1716 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() function
1718 template <typename OpTy> bool match(OpTy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h1834 template <typename Op_t, typename Class> struct CastInst_match { struct
1837 CastInst_match(const Op_t &OpMatch) : Op(OpMatch) {} in CastInst_match() argument
1839 template <typename OpTy> bool match(OpTy *V) { in match()