HomeSort by: relevance | last modified time | path
    Searched refs:m_APIntAllowUndef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 2764 if (!match(RHS, m_APIntAllowUndef(C)))
2786 ((match(LHS, m_NUWMul(m_Value(), m_APIntAllowUndef(MulC))) &&
2788 (match(LHS, m_NSWMul(m_Value(), m_APIntAllowUndef(MulC))) &&
3046 match(RHS, m_APIntAllowUndef(C)) && !C->isPowerOf2()) {
5433 if (match(Op1, m_APIntAllowUndef(C))) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 2145 if (match(L, m_APIntAllowUndef(LI)) && match(R, m_APIntAllowUndef(RI)))
InstructionCombining.cpp 1020 return match(Cmp, m_APIntAllowUndef(C)) && C->isOneValue();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 276 inline apint_match m_APIntAllowUndef(const APInt *&Res) {

Completed in 29 milliseconds