HomeSort by relevance Sort by last modified time
    Searched refs:m_Trunc (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineAndOrXor.cpp 753 if (match(Val2, m_Trunc(m_Value(V))) &&
757 } else if (match(Val, m_Trunc(m_Value(V))) &&
    [all...]
InstCombineCalls.cpp 290 if (match(IIOperand, m_Trunc(m_BSwap(m_Value(X))))) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 675 /// m_Trunc
678 m_Trunc(const OpTy &Op) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 819 if (MaxRecurse && match(Op0, m_Trunc(m_Value(X))) &&
820 match(Op1, m_Trunc(m_Value(Y))))
    [all...]

Completed in 95 milliseconds