Lines Matching refs:WindowBase
12064 // Code should guarantee that element i in Vec starts at element "WindowBase
12066 int WindowBase;
12071 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {}
12233 Src.WindowBase = -NumSrcElts;
12259 Src.WindowBase = -Src.MinElt;
12279 Src.WindowBase *= Src.WindowScale;
12310 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;