Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LHSOp

1504     Value *LHSOp, *RHSOp;
1505 if (match(Op0, m_PtrToInt(m_Value(LHSOp))) &&
1507 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType()))
1511 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) &&
1513 if (Value *Res = OptimizePointerDifference(LHSOp, RHSOp, I.getType()))