Searched refs:V1IsUndef (Results 1 – 2 of 2) sorted by relevance
6558 bool V1IsUndef = V1.getOpcode() == ISD::UNDEF; in LowerVECTOR_SHUFFLE() local6642 if (V1IsUndef) in LowerVECTOR_SHUFFLE()6689 if ((V1IsSplat || V1IsUndef) && !(V2IsSplat || V2IsUndef)) { in LowerVECTOR_SHUFFLE()6695 std::swap(V1IsUndef, V2IsUndef); in LowerVECTOR_SHUFFLE()
12128 bool V1IsUndef = V1.isUndef(); in lowerVectorShuffle() local12130 if (V1IsUndef && V2IsUndef) in lowerVectorShuffle()12136 if (V1IsUndef) in lowerVectorShuffle()