Searched refs:RightVal (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()172 const SCEV *RightSCEV = SE.getSCEV(RightVal); in countToEliminateCompares()