HomeSort by: relevance | last modified time | path
    Searched defs:apint_match (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 220 struct apint_match { struct in namespace:llvm::PatternMatch
224 apint_match(const APInt *&Res, bool AllowUndef) function in struct:llvm::PatternMatch::apint_match
270 inline apint_match m_APInt(const APInt *&Res) {
272 return apint_match(Res, /* AllowUndef */ false);
276 inline apint_match m_APIntAllowUndef(const APInt *&Res) {
277 return apint_match(Res, /* AllowUndef */ true);
281 inline apint_match m_APIntForbidUndef(const APInt *&Res) {
282 return apint_match(Res, /* AllowUndef */ false);
PatternMatch.h 220 struct apint_match { struct in namespace:llvm::PatternMatch
224 apint_match(const APInt *&Res, bool AllowUndef) function in struct:llvm::PatternMatch::apint_match
270 inline apint_match m_APInt(const APInt *&Res) {
272 return apint_match(Res, /* AllowUndef */ false);
276 inline apint_match m_APIntAllowUndef(const APInt *&Res) {
277 return apint_match(Res, /* AllowUndef */ true);
281 inline apint_match m_APIntForbidUndef(const APInt *&Res) {
282 return apint_match(Res, /* AllowUndef */ false);

Completed in 43 milliseconds