Home
last modified time | relevance | path

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

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