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

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

Completed in 42 milliseconds