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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineSelect.cpp 470 match(Count, m_Trunc(m_Value(V))))
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCalls.cpp 397 if (match(IIOperand, m_Trunc(m_BSwap(m_Value(X))))) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 801 inline CastClass_match<OpTy, Instruction::Trunc> m_Trunc(const OpTy &Op) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 746 if (MaxRecurse && match(Op0, m_Trunc(m_Value(X))) &&
747 match(Op1, m_Trunc(m_Value(Y))))
    [all...]

Completed in 1149 milliseconds