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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2289 static bool isConstantOrUndef(const SDValue Op) { function
2301 if (isConstantOrUndef(Op->getOperand(i)))
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1073 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
1075 static bool isConstantOrUndef(int Op, int Val) { function
1092 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1))
1098 if (!isConstantOrUndef(N->getMaskElt(i), i*2))
1103 if (!isConstantOrUndef(N->getMaskElt(i), i*2+j) ||
1104 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j))
1123 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
1124 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3))
1130 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1131 !isConstantOrUndef(
[all...]

Completed in 64 milliseconds