Lines Matching refs:NewBits
932 unsigned NewBits = getTypeSizeInBits(Ty);933 if (CR.truncate(TruncBits).zeroExtend(NewBits).contains(934 CR.zextOrTrunc(NewBits)))1198 unsigned NewBits = getTypeSizeInBits(Ty);1199 if (CR.truncate(TruncBits).signExtend(NewBits).contains(1200 CR.sextOrTrunc(NewBits)))