Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1579 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local
1581 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
1654 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local
1656 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp12782 const unsigned OuterBitWidth = getTypeSizeInBits(RHS->getType()); in howManyLessThans() local
12791 Limit = Limit.zext(OuterBitWidth); in howManyLessThans()