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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  647   if (Pred != ICmpInst::ICMP_SLT && Pred != ICmpInst::ICMP_SGT &&
  647   if (Pred != ICmpInst::ICMP_SLT && Pred != ICmpInst::ICMP_SGT &&
  648       Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_UGT)
  648       Pred != ICmpInst::ICMP_ULT && Pred != ICmpInst::ICMP_UGT)
  660   LLVM_DEBUG(dbgs() << "irce: Pred: " << ICmpInst::getPredicateName(Pred)
  664   bool IsSigned = ICmpInst::isSigned(Pred);