Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h220 struct apint_match { struct
224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match() function
270 inline apint_match m_APInt(const APInt *&Res) { in m_APInt()
272 return apint_match(Res, /* AllowUndef */ false); in m_APInt()
276 inline apint_match m_APIntAllowUndef(const APInt *&Res) { in m_APIntAllowUndef()
277 return apint_match(Res, /* AllowUndef */ true); in m_APIntAllowUndef()
281 inline apint_match m_APIntForbidUndef(const APInt *&Res) { in m_APIntForbidUndef()
282 return apint_match(Res, /* AllowUndef */ false); in m_APIntForbidUndef()