Home
last modified time | relevance | path

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

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