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 218 /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
221 bool isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize);
228 /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
PPCISelLowering.cpp 647 /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
650 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) {
694 /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
697 assert(isSplatShuffleMask(SVOp, EltSize));
    [all...]

Completed in 310 milliseconds