Searched refs:SmallWidth (Results 1 – 2 of 2) 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()