Lines Matching defs:Index0
27027 int Index0, Index1;
27028 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0);
27034 if (!Src0 || !Src1 || Index0 != Index1 ||
27037 !(IsBothSplatVector || TLI.isExtractVecEltCheap(VT, Index0)) ||
27041 SDValue IndexC = DAG.getVectorIdxConstant(Index0, DL);
27054 Ops[Index0] = ScalarBO;
27073 int Index0;
27074 SDValue Src0 = DAG.getSplatSourceVector(N0, Index0);
27077 TLI.isExtractVecEltCheap(VT, Index0)) &&
27082 SDValue IndexC = DAG.getVectorIdxConstant(Index0, DL);