Searched refs:V2IsUndef (Results 1 – 1 of 1) sorted by relevance
16036 bool V2IsUndef = V2.isUndef(); in lowerVectorShuffle() local16037 if (V1IsUndef && V2IsUndef) in lowerVectorShuffle()16049 if (V2IsUndef) in lowerVectorShuffle()16060 int MaskUpperLimit = Mask.size() * (V2IsUndef ? 1 : 2); (void)MaskUpperLimit; in lowerVectorShuffle()16072 bool V2IsZero = !V2IsUndef && ISD::isBuildVectorAllZeros(V2.getNode()); in lowerVectorShuffle()