Lines Matching defs:WindowBase
12805 // Code should guarantee that element i in Vec starts at element "WindowBase
12807 int WindowBase;
12812 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {}
12974 Src.WindowBase = -NumSrcElts;
13000 Src.WindowBase = -Src.MinElt;
13020 Src.WindowBase *= Src.WindowScale;
13052 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase;