Searched refs:StartSCEV (Results 1 – 2 of 2) sorted by relevance
431 const SCEV *StartSCEV = IsSafeActiveMask(ActiveLaneMask, TripCount); in TryConvertActiveLaneMask() local432 if (!StartSCEV) { in TryConvertActiveLaneMask()436 LLVM_DEBUG(dbgs() << "ARM TP: Safe to insert VCTP. Start is " << *StartSCEV in TryConvertActiveLaneMask()441 Value *Start = Expander.expandCodeFor(StartSCEV, StartSCEV->getType(), Ins); in TryConvertActiveLaneMask()
1000 const SCEV *StartSCEV = AR->getStart(); in addInfoForInductions() local1002 if (auto *C = dyn_cast<SCEVConstant>(StartSCEV)) { in addInfoForInductions()1006 assert(SE.getSCEV(StartValue) == StartSCEV && "inconsistent start value"); in addInfoForInductions()1069 const SCEV *BMinusStart = SE.getMinusSCEV(SE.getSCEV(B), StartSCEV); in addInfoForInductions()