reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 7364     Pred = ExitCond->getPredicate();
 7366     Pred = ExitCond->getInversePredicate();
 7367   const ICmpInst::Predicate OriginalPred = Pred;
 7373         computeLoadConstantCompareExitLimit(LI, RHS, L, Pred);
 7390     Pred = ICmpInst::getSwappedPredicate(Pred);
 7390     Pred = ICmpInst::getSwappedPredicate(Pred);
 7394   (void)SimplifyICmpOperands(Pred, LHS, RHS);
 7403             ConstantRange::makeExactICmpRegion(Pred, RHSC->getAPInt());
 7409   switch (Pred) {
 7425     bool IsSigned = Pred == ICmpInst::ICMP_SLT;
 7433     bool IsSigned = Pred == ICmpInst::ICMP_SGT;