Lines Matching defs:BasePtrStartSCEV
262 const SCEV *BasePtrStartSCEV,
688 const SCEV *BasePtrStartSCEV = nullptr;
692 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(),
696 BasePtrStartSCEV = BasePtrSCEV->getStart();
698 if (alreadyPrepared(L, BaseMemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) {
703 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n");
713 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy,
1219 const SCEV *BasePtrStartSCEV,
1262 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) {
1268 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV));