Searched refs:OuterBitWidth (Results 1 – 2 of 2) sorted by relevance
1443 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1445 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()1521 const unsigned OuterBitWidth = DL.getTypeSizeInBits(RHS->getType()); in canonicalizeExitCondition() local1523 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
12983 const unsigned OuterBitWidth = getTypeSizeInBits(RHS->getType()); in howManyLessThans() local12992 Limit = Limit.zext(OuterBitWidth); in howManyLessThans()