Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38237 bool IsBlend = true; in matchBinaryShuffle() local
38261 IsBlend = false; in matchBinaryShuffle()
38264 if (IsBlend) { in matchBinaryShuffle()
38292 for (unsigned i = 0; i != NumMaskElts && IsBlend; ++i) { in matchBinaryShuffle()
38297 IsBlend &= V1Known.Zero[i] && V2Known.Zero[i]; in matchBinaryShuffle()
38301 IsBlend &= V2Known.Zero[i] || V1Known.One[i]; in matchBinaryShuffle()
38305 IsBlend &= V1Known.Zero[i] || V2Known.One[i]; in matchBinaryShuffle()
38310 if (IsBlend) { in matchBinaryShuffle()