Lines Matching defs:BasePtrStartSCEV
260 const SCEV *BasePtrStartSCEV,
686 const SCEV *BasePtrStartSCEV = nullptr;
690 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrSCEV->getStart(),
694 BasePtrStartSCEV = BasePtrSCEV->getStart();
696 if (alreadyPrepared(L, BaseMemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) {
701 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n");
711 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy,
1217 const SCEV *BasePtrStartSCEV,
1260 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) {
1266 SE->getMinusSCEV(PHIBasePtrSCEV->getStart(), BasePtrStartSCEV));