reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelLowering.cpp
 2215   for (i = 0; i != 4 && SVOp->getMaskElt(i) < 0; ++i)
 2215   for (i = 0; i != 4 && SVOp->getMaskElt(i) < 0; ++i)
 2215   for (i = 0; i != 4 && SVOp->getMaskElt(i) < 0; ++i)
 2215   for (i = 0; i != 4 && SVOp->getMaskElt(i) < 0; ++i)
 2218   if (i == 4) return -1;  // all undef.
 2222   unsigned ShiftAmt = SVOp->getMaskElt(i);
 2223   if (ShiftAmt < i) return -1;
 2224   ShiftAmt -= i;
 2227   for (++i; i != 4; ++i)
 2227   for (++i; i != 4; ++i)
 2227   for (++i; i != 4; ++i)
 2228     if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
 2228     if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))