Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7711 ExitLimit EL0 = computeExitLimitFromCondCached(Cache, L, Op0, ExitIfTrue, in computeExitLimitFromCondFromBinOp() local
7721 return Op1 == NeutralElement ? EL0 : EL1; in computeExitLimitFromCondFromBinOp()
7723 return Op0 == NeutralElement ? EL1 : EL0; in computeExitLimitFromCondFromBinOp()
7744 PoisonSafe = isa<SCEVConstant>(EL0.ExactNotTaken) || in computeExitLimitFromCondFromBinOp()
7746 if (EL0.ExactNotTaken != getCouldNotCompute() && in computeExitLimitFromCondFromBinOp()
7749 getUMinFromMismatchedTypes(EL0.ExactNotTaken, EL1.ExactNotTaken); in computeExitLimitFromCondFromBinOp()
7753 assert(!isa<BinaryOperator>(ExitCond) || !EL0.ExactNotTaken->isZero() || in computeExitLimitFromCondFromBinOp()
7756 if (EL0.MaxNotTaken == getCouldNotCompute()) in computeExitLimitFromCondFromBinOp()
7759 MaxBECount = EL0.MaxNotTaken; in computeExitLimitFromCondFromBinOp()
7761 MaxBECount = getUMinFromMismatchedTypes(EL0.MaxNotTaken, EL1.MaxNotTaken); in computeExitLimitFromCondFromBinOp()
[all …]