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

/external/llvm/include/llvm/Support/
H A DPatternMatch.h161 struct apint_match { struct in namespace:llvm::PatternMatch
163 apint_match(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::apint_match
183 inline apint_match m_APInt(const APInt *&Res) { return Res; }

Completed in 52 milliseconds