Searched refs:ShiftedLHS (Results 1 – 1 of 1) sorted by relevance
7812 const SCEV *ShiftedLHS = nullptr; in createSCEV() local7823 ShiftedLHS = getUDivExpr(NewMul, getConstant(DivAmt)); in createSCEV()7826 if (!ShiftedLHS) in createSCEV()7827 ShiftedLHS = getUDivExpr(LHS, MulCount); in createSCEV()7830 getTruncateExpr(ShiftedLHS, in createSCEV()