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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 673 Value *LHSOp, *RHSOp;
674 if (match(Op0, m_PtrToInt(m_Value(LHSOp))) &&
676 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType()))
680 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) &&
682 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType()))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 534 milliseconds