HomeSort by relevance Sort by last modified time
    Searched refs:isSplatShuffleMask (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 222 /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
225 bool isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize);
232 /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
PPCISelLowering.cpp 676 /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
679 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) {
723 /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
726 assert(isSplatShuffleMask(SVOp, EltSize));
    [all...]

Completed in 24 milliseconds