Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6630 const SCEV *ShiftedLHS = nullptr; in createSCEV() local
6641 ShiftedLHS = getUDivExpr(NewMul, getConstant(DivAmt)); in createSCEV()
6644 if (!ShiftedLHS) in createSCEV()
6645 ShiftedLHS = getUDivExpr(LHS, MulCount); in createSCEV()
6648 getTruncateExpr(ShiftedLHS, in createSCEV()