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

References

lib/IR/ConstantRange.cpp
  154     Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE;
  158     Pred = CmpInst::ICMP_EQ;
  162     Pred = CmpInst::ICMP_NE;
  166     Pred =
  171     Pred =
  177   assert((!Success || ConstantRange::makeExactICmpRegion(Pred, RHS) == *this) &&