Home
last modified time | relevance | path

Searched refs:LHSOp (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp2060 Value *LHSOp, *RHSOp; in visitSub() local
2061 if (match(Op0, m_PtrToInt(m_Value(LHSOp))) && in visitSub()
2063 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
2068 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) && in visitSub()
2070 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType(), in visitSub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp317 SDValue LHSOp = LHS.getOperand(i); in matchBinaryPredicate() local
319 bool LHSUndef = AllowUndefs && LHSOp.isUndef(); in matchBinaryPredicate()
321 auto *LHSCst = dyn_cast<ConstantSDNode>(LHSOp); in matchBinaryPredicate()
325 if (!AllowTypeMismatch && (LHSOp.getValueType() != SVT || in matchBinaryPredicate()
326 LHSOp.getValueType() != RHSOp.getValueType())) in matchBinaryPredicate()