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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MIPatternMatch.h 109 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); }
559 return m_GSub(m_ZeroInt(), Src);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 522 inline cst_pred_ty<is_zero_int> m_ZeroInt() {
2007 if (AddExpr.match(ICmpLHS) && m_ZeroInt().match(ICmpRHS) &&
2012 if (m_ZeroInt().match(ICmpLHS) && AddExpr.match(ICmpRHS) &&
2257 return m_Sub(m_ZeroInt(), V);
2266 return m_NSWSub(m_ZeroInt(), V);

Completed in 26 milliseconds