Home | History | Annotate | Download | only in X86

Lines Matching refs:OpIdx

4693 /// starting from its index OpIdx. Also tell OpNum which source vector operand.
4696 int OpIdx, int NumElems, unsigned &OpNum) {
4700 for (int i = MaskI; i <= MaskE; ++i, ++OpIdx) {
4712 if ((Idx % NumElems != OpIdx) || (SeenV1 && SeenV2))