Searched refs:LHSOp (Results 1 – 2 of 2) sorted by relevance
2060 Value *LHSOp, *RHSOp; in visitSub() local2061 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()
317 SDValue LHSOp = LHS.getOperand(i); in matchBinaryPredicate() local319 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()