Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h91 struct apint_match { struct
93 apint_match(const APInt *&R) : Res(R) {} in apint_match() argument
112 inline apint_match m_APInt(const APInt *&Res) { return Res; } in m_APInt() argument
/external/llvm/include/llvm/IR/
DPatternMatch.h160 struct apint_match { struct
162 apint_match(const APInt *&R) : Res(R) {} in apint_match() function
180 inline apint_match m_APInt(const APInt *&Res) { return Res; } in m_APInt() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h135 struct apint_match { struct
138 apint_match(const APInt *&R) : Res(R) {} in apint_match() argument
140 template <typename ITy> bool match(ITy *V) { in match()