Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1471 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local
1473 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
1546 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local
1548 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp12434 const unsigned OuterBitWidth = getTypeSizeInBits(RHS->getType()); in howManyLessThans() local
12443 Limit = Limit.zext(OuterBitWidth); in howManyLessThans()