Searched refs:OuterBitWidth (Results 1 – 2 of 2) sorted by relevance
1468 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1470 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()1543 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1545 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
12829 const unsigned OuterBitWidth = getTypeSizeInBits(RHS->getType()); in howManyLessThans() local12838 Limit = Limit.zext(OuterBitWidth); in howManyLessThans()