Searched refs:V2Index (Results 1 – 1 of 1) sorted by relevance
12228 int V2Index = in lowerShuffleAsElementInsertion() local12234 if (i != V2Index && !Zeroable[i]) { in lowerShuffleAsElementInsertion()12242 V1Mask[V2Index] = -1; in lowerShuffleAsElementInsertion()12252 SDValue V2S = getScalarValueForVectorElement(V2, Mask[V2Index] - Mask.size(), in lowerShuffleAsElementInsertion()12261 if (!IsV1Zeroable && !(IsV1Constant && V2Index == 0)) in lowerShuffleAsElementInsertion()12272 Bits[V2Index] = APInt::getZero(EltBits); in lowerShuffleAsElementInsertion()12281 } else if (Mask[V2Index] != (int)Mask.size() || EltVT == MVT::i8 || in lowerShuffleAsElementInsertion()12292 if (!VT.isFloatingPoint() || V2Index != 0) in lowerShuffleAsElementInsertion()12311 if (VT.isFloatingPoint() && V2Index != 0) in lowerShuffleAsElementInsertion()12318 if (V2Index != 0) { in lowerShuffleAsElementInsertion()[all …]