Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1106 const SCEV *MinEC = getMinAnalyzeableBackedgeTakenCount(*SE, *DT, L); in getMinAnalyzeableBackedgeTakenCount()
1107 if (isa<SCEVCouldNotCompute>(MinEC) || MinEC->getType()->isPointerTy() ||
1108 !SE->isLoopInvariant(MinEC, L) ||
1109 !Rewriter.isSafeToExpandAt(MinEC, IP))
1154 MinECV = Rewriter.expandCodeFor(MinEC); in predicateLoopExits()
1189 const SCEV *MinEC = getMinAnalyzeableBackedgeTakenCount(*SE, *DT, L); predicateLoopExits() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp101 Constant *MinEC = ConstantInt::get(DstType, EC.getKnownMinValue()); in CreateElementCount() local
102 return EC.isScalable() ? CreateVScale(MinEC) : MinEC; in CreateElementCount()