Home
last modified time | relevance | path

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

/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