Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:isSplatShuffleMask

1448 /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
1451 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) {
1484 /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
1488 assert(isSplatShuffleMask(SVOp, EltSize));
7221 if (PPC::isSplatShuffleMask(SVOp, 1) ||
7222 PPC::isSplatShuffleMask(SVOp, 2) ||
7223 PPC::isSplatShuffleMask(SVOp, 4) ||