Home
last modified time | relevance | path

Searched refs:StartSCEV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp432 const SCEV *StartSCEV = IsSafeActiveMask(ActiveLaneMask, TripCount); in TryConvertActiveLaneMask() local
433 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp942 const SCEV *StartSCEV = AR->getStart(); in addInfoForInductions() local
944 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()