Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1470 const unsigned InnerBitWidth = DL.getTypeSizeInBits(LHSOp->getType()); in canonicalizeExitCondition() local
1472 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
1545 const unsigned InnerBitWidth = DL.getTypeSizeInBits(LHSOp->getType()); in canonicalizeExitCondition() local
1547 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp12433 const unsigned InnerBitWidth = getTypeSizeInBits(AR->getType()); in howManyLessThans() local
12442 APInt Limit = APInt::getMaxValue(InnerBitWidth) - (StrideMax - 1); in howManyLessThans()