Searched refs:OuterBitWidth (Results 1 – 2 of 2) sorted by relevance
1456 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1458 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()1531 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1533 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
12751 const unsigned OuterBitWidth = getTypeSizeInBits(RHS->getType()); in howManyLessThans() local12760 Limit = Limit.zext(OuterBitWidth); in howManyLessThans()