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

References

lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  331   if (!BasePtrSCEV->isAffine())
  334   LLVM_DEBUG(dbgs() << "PIP: Transforming: " << *BasePtrSCEV << "\n");
  336   assert(BasePtrSCEV->getLoop() == L && "AddRec for the wrong loop?");
  348   const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart();
  353     dyn_cast<SCEVConstant>(BasePtrSCEV->getStepRecurrence(*SE));