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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1466     for (unsigned i = 1; i < Bits.size(); ++i) {
 1466     for (unsigned i = 1; i < Bits.size(); ++i) {
 1467       unsigned ThisRLAmt = RLAmt[i];
 1468       SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue();
 1468       SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue();
 1482       if (IsGroupOfZeros && Bits[i].isZero())
 1490         if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero()))
 1495                                      i-1));
 1498       LastGroupStartIdx = i;