Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7810 const SCEV *MulCount = getConstant(APInt::getOneBitSet(BitWidth, TZ)); in createSCEV() local
7827 ShiftedLHS = getUDivExpr(LHS, MulCount); in createSCEV()
7833 MulCount); in createSCEV()