HomeSort by: relevance | last modified time | path
    Searched refs:isConstantOrUndef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 1755 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
1757 static bool isConstantOrUndef(int Op, int Val) {
1774 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1))
1780 if (!isConstantOrUndef(N->getMaskElt(i), i*2))
1785 if (!isConstantOrUndef(N->getMaskElt(i), i*2+j) ||
1786 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j))
1805 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
1806 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3))
1812 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1813 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 2429 static bool isConstantOrUndef(const SDValue Op) {
2441 if (isConstantOrUndef(Op->getOperand(i)))

Completed in 28 milliseconds