Searched refs:SmallWidth (Results 1 – 1 of 1) sorted by relevance
341 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression() local349 unsigned ExtendedBy = NewWidth - SmallWidth; in GetLinearExpression()358 Offset = Offset.trunc(SmallWidth).sext(NewWidth).zextOrSelf(OldWidth); in GetLinearExpression()