Searched refs:isSplatShuffle (Results 1 – 1 of 1) sorted by relevance
14843 static bool isSplatShuffle(Value *V) { in isSplatShuffle() function14874 if (AllowSplat && isSplatShuffle(Op1)) in areExtractShuffleVectors()14876 if (AllowSplat && isSplatShuffle(Op2)) in areExtractShuffleVectors()15003 if (isSplatShuffle(II->getOperand(0))) in shouldSinkOperands()15005 if (isSplatShuffle(II->getOperand(1))) in shouldSinkOperands()15013 if (isSplatShuffle(II->getOperand(1))) in shouldSinkOperands()15015 if (isSplatShuffle(II->getOperand(2))) in shouldSinkOperands()15188 if (Shuffle && isSplatShuffle(Shuffle) && in shouldSinkOperands()