Lines Matching refs:NewBits
934 unsigned NewBits = getTypeSizeInBits(Ty);935 if (CR.truncate(TruncBits).zeroExtend(NewBits).contains(936 CR.zextOrTrunc(NewBits)))1200 unsigned NewBits = getTypeSizeInBits(Ty);1201 if (CR.truncate(TruncBits).signExtend(NewBits).contains(1202 CR.sextOrTrunc(NewBits)))