Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IndexOffset

347       APInt IndexScale(Width, 0), IndexOffset(Width, 0);
348 Index = GetLinearExpression(Index, IndexScale, IndexOffset, Extension,
353 BaseOffs += IndexOffset.getSExtValue()*Scale;