Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:isConstantOrUndef

1115 /// isConstantOrUndef - Op is either an undef node or a ConstantSDNode.  Return
1117 static bool isConstantOrUndef(int Op, int Val) {
1134 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1))
1140 if (!isConstantOrUndef(N->getMaskElt(i), i*2))
1145 if (!isConstantOrUndef(N->getMaskElt(i), i*2+j) ||
1146 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j))
1165 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
1166 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3))
1172 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1173 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1))
1178 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
1179 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) ||
1180 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) ||
1181 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1))
1207 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+4) ||
1208 !isConstantOrUndef(N->getMaskElt(i+1), i*2+5) ||
1209 !isConstantOrUndef(N->getMaskElt(i+2), i*2+6) ||
1210 !isConstantOrUndef(N->getMaskElt(i+3), i*2+7))
1216 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1217 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1) ||
1218 !isConstantOrUndef(N->getMaskElt(i+2), i*2+2) ||
1219 !isConstantOrUndef(N->getMaskElt(i+3), i*2+3))
1224 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
1225 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) ||
1226 !isConstantOrUndef(N->getMaskElt(i+2), i*2+j+2) ||
1227 !isConstantOrUndef(N->getMaskElt(i+3), i*2+j+3) ||
1228 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) ||
1229 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1) ||
1230 !isConstantOrUndef(N->getMaskElt(i+10), i*2+j+2) ||
1231 !isConstantOrUndef(N->getMaskElt(i+11), i*2+j+3))
1248 if (!isConstantOrUndef(N->getMaskElt(i*UnitSize*2+j),
1250 !isConstantOrUndef(N->getMaskElt(i*UnitSize*2+UnitSize+j),
1356 if (!isConstantOrUndef(N->getMaskElt(i*4+j),
1358 !isConstantOrUndef(N->getMaskElt(i*4+j+8),
1432 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
1437 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
1624 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))