Home
last modified time | relevance | path

Searched defs:apint_match (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DPatternMatch.h160 struct apint_match { struct
162 apint_match(const APInt *&R) : Res(R) {} in apint_match() argument
180 inline apint_match m_APInt(const APInt *&Res) { return Res; } in m_APInt() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DPatternMatch.h228 struct apint_match { struct
232 apint_match(const APInt *&Res, bool AllowUndef) in apint_match() function
235 template <typename ITy> bool match(ITy *V) { in match()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h153 struct apint_match { struct
156 apint_match(const APInt *&R) : Res(R) {} in apint_match() function
158 template <typename ITy> bool match(ITy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DPatternMatch.h228 struct apint_match { struct
232 apint_match(const APInt *&Res, bool AllowUndef) in apint_match() function
235 template <typename ITy> bool match(ITy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DPatternMatch.h228 struct apint_match { struct
232 apint_match(const APInt *&Res, bool AllowUndef) in apint_match() argument
235 template <typename ITy> bool match(ITy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DPatternMatch.h228 struct apint_match { struct
232 apint_match(const APInt *&Res, bool AllowUndef) in apint_match() function
235 template <typename ITy> bool match(ITy *V) { in match()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h249 struct apint_match { struct
253 apint_match(const APInt *&Res, bool AllowPoison) in apint_match() argument
256 template <typename ITy> bool match(ITy *V) { in match()