Searched refs:SmallWidth (Results 1 – 3 of 3) sorted by relevance
227 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression() local228 Scale = Scale.trunc(SmallWidth); in GetLinearExpression()229 Offset = Offset.trunc(SmallWidth); in GetLinearExpression()
272 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression() local280 unsigned ExtendedBy = NewWidth - SmallWidth; in GetLinearExpression()289 Offset = Offset.trunc(SmallWidth).sext(NewWidth).zextOrSelf(OldWidth); in GetLinearExpression()
332 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression() local340 unsigned ExtendedBy = NewWidth - SmallWidth; in GetLinearExpression()349 Offset = Offset.trunc(SmallWidth).sext(NewWidth).zextOrSelf(OldWidth); in GetLinearExpression()