Home
last modified time | relevance | path

Searched refs:V2IsUndef (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16036 bool V2IsUndef = V2.isUndef(); in lowerVectorShuffle() local
16037 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()