Searched refs:ShiftedLHS (Results 1 – 1 of 1) sorted by relevance
6630 const SCEV *ShiftedLHS = nullptr; in createSCEV() local6641 ShiftedLHS = getUDivExpr(NewMul, getConstant(DivAmt)); in createSCEV()6644 if (!ShiftedLHS) in createSCEV()6645 ShiftedLHS = getUDivExpr(LHS, MulCount); in createSCEV()6648 getTruncateExpr(ShiftedLHS, in createSCEV()