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