Searched refs:OuterBitWidth (Results 1 – 2 of 2) sorted by relevance
1579 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1581 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()1654 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1656 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
12782 const unsigned OuterBitWidth = getTypeSizeInBits(RHS->getType()); in howManyLessThans() local12791 Limit = Limit.zext(OuterBitWidth); in howManyLessThans()