Searched refs:isConstantOrUndef (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp848 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
850 static bool isConstantOrUndef(int Op, int Val) { function
861 if (!isConstantOrUndef(N->getMaskElt(i), i*2+j))
865 if (!isConstantOrUndef(N->getMaskElt(i), i*2+j) ||
866 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j))
886 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
887 !isConstantOrUndef(N->getMaskElt(i+1), i*2+k))
891 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
892 !isConstantOrUndef(N->getMaskElt(i+1), i*2+k) ||
893 !isConstantOrUndef(
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2288 static bool isConstantOrUndef(const SDValue Op) { function
2300 if (isConstantOrUndef(Op->getOperand(i)))

Completed in 165 milliseconds