Searched refs:apint_match (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/IR/ | ||
H A D | PatternMatch.h | 160 struct apint_match { struct in namespace:llvm::PatternMatch 162 apint_match(const APInt *&R) : Res(R) {} function in struct:llvm::PatternMatch::apint_match 180 inline apint_match m_APInt(const APInt *&Res) { return Res; } |
Completed in 28 milliseconds