Searched refs:LShuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1517 auto *LShuf = cast<ShuffleVectorInst>(LHS); local
1523 if (LShuf->isSelect() &&
1524 !is_contained(LShuf->getShuffleMask(), UndefMaskElem) &&

Completed in 127 milliseconds