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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1659           if (IP->Repl32 && IN->Repl32 && I->V == IP->V && I->V == IN->V &&
 1659           if (IP->Repl32 && IN->Repl32 && I->V == IP->V && I->V == IN->V &&
 1660               (I->RLAmt % 32) == IP->RLAmt && (I->RLAmt % 32) == IN->RLAmt &&
 1661               IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP &&
 1669                               << IN->StartIdx << ", " << IN->EndIdx << "]\n");
 1669                               << IN->StartIdx << ", " << IN->EndIdx << "]\n");
 1671             if (IP == IN) {
 1684               IP->EndIdx = IN->EndIdx;
 1685               IP->Repl32CR = IP->Repl32CR || IN->Repl32CR || I->RLAmt >= 32;