Searched refs:isSplatShuffle (Results 1 – 1 of 1) sorted by relevance
15874 static bool isSplatShuffle(Value *V) { in isSplatShuffle() function15905 if (AllowSplat && isSplatShuffle(Op1)) in areExtractShuffleVectors()15907 if (AllowSplat && isSplatShuffle(Op2)) in areExtractShuffleVectors()16042 if (isSplatShuffle(II->getOperand(0))) in shouldSinkOperands()16044 if (isSplatShuffle(II->getOperand(1))) in shouldSinkOperands()16052 if (isSplatShuffle(II->getOperand(1))) in shouldSinkOperands()16054 if (isSplatShuffle(II->getOperand(2))) in shouldSinkOperands()16227 if (Shuffle && isSplatShuffle(Shuffle) && in shouldSinkOperands()