Home
last modified time | relevance | path

Searched refs:ShiftedLHS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7812 const SCEV *ShiftedLHS = nullptr; in createSCEV() local
7823 ShiftedLHS = getUDivExpr(NewMul, getConstant(DivAmt)); in createSCEV()
7826 if (!ShiftedLHS) in createSCEV()
7827 ShiftedLHS = getUDivExpr(LHS, MulCount); in createSCEV()
7830 getTruncateExpr(ShiftedLHS, in createSCEV()