Searched refs:LeftVal (Results 1 – 1 of 1) sorted by relevance
166 Value *LeftVal, *RightVal; in countToEliminateCompares() local168 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares()171 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares()