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

  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 580 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
584 for (i = 0; i != 16 && SVOp->getMaskElt(i) < 0; ++i)
591 unsigned ShiftAmt = SVOp->getMaskElt(i);
598 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
603 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
658 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
659 assert(isSplatShuffleMask(SVOp, EltSize));
660 return SVOp->getMaskElt(0) / EltSize;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 246 milliseconds