Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1578 const unsigned InnerBitWidth = DL.getTypeSizeInBits(LHSOp->getType()); in canonicalizeExitCondition() local
1580 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
1653 const unsigned InnerBitWidth = DL.getTypeSizeInBits(LHSOp->getType()); in canonicalizeExitCondition() local
1655 auto FullCR = ConstantRange::getFull(InnerBitWidth); in canonicalizeExitCondition()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp12781 const unsigned InnerBitWidth = getTypeSizeInBits(AR->getType()); in howManyLessThans() local
12790 APInt Limit = APInt::getMaxValue(InnerBitWidth) - (StrideMax - 1); in howManyLessThans()