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     [all...]
InstCombineCalls.cpp 292 if (match(IIOperand, m_Trunc(m_BSwap(m_Value(X))))) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 765 /// m_Trunc
768 m_Trunc(const OpTy &Op) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 737 if (MaxRecurse && match(Op0, m_Trunc(m_Value(X))) &&
738 match(Op1, m_Trunc(m_Value(Y))))
    [all...]

Completed in 187 milliseconds