Searched refs:OuterBitWidth (Results 1 – 2 of 2) sorted by relevance
1471 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1473 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()1546 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1548 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
12434 const unsigned OuterBitWidth = getTypeSizeInBits(RHS->getType()); in howManyLessThans() local12443 Limit = Limit.zext(OuterBitWidth); in howManyLessThans()