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

References

include/llvm/Analysis/ValueLattice.h
  295     if (isUndefined() || Other.isUndefined())
  298     if (isConstant() && Other.isConstant())
  299       return ConstantExpr::getCompare(Pred, getConstant(), Other.getConstant());
  303     if (!isConstantRange() || !Other.isConstantRange())
  307     const auto &OtherCR = Other.getConstantRange();