Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DPatternMatch.h1659 template <typename Op_t> struct NNegZExt_match { struct
1662 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match() argument
1664 template <typename OpTy> bool match(OpTy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DPatternMatch.h1742 template <typename Op_t> struct NNegZExt_match { struct
1745 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match() argument
1747 template <typename OpTy> bool match(OpTy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DPatternMatch.h1742 template <typename Op_t> struct NNegZExt_match { struct
1745 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match() argument
1747 template <typename OpTy> bool match(OpTy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h1863 template <typename Op_t> struct NNegZExt_match { struct
1866 NNegZExt_match(const Op_t &OpMatch) : Op(OpMatch) {} in NNegZExt_match() function
1868 template <typename OpTy> bool match(OpTy *V) { in match()