Searched refs:V2EltIdx0 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1853 unsigned V2EltIdx0 = 0; local
1863 V2EltIdx0 = 16;
1866 V2EltIdx0 = 8;
1869 V2EltIdx0 = 4;
1872 V2EltIdx0 = 2;
1884 if (SrcElt >= V2EltIdx0) {
1887 if (EltsFromV2 == 0 && CurrElt == (SrcElt - V2EltIdx0))
1888 V2EltOffset = (SrcElt - V2EltIdx0) * (EltVT.getSizeInBits()/8);

Completed in 170 milliseconds