Searched refs:SmallWidth (Results 1 – 1 of 1) sorted by relevance
256 unsigned SmallWidth = CastOp->getType()->getPrimitiveSizeInBits(); in GetLinearExpression() local257 Scale = Scale.trunc(SmallWidth); in GetLinearExpression()258 Offset = Offset.trunc(SmallWidth); in GetLinearExpression()