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

References

include/llvm/Analysis/ValueLattice.h
  241     if (RHS.isUndefined() || isOverdefined())
  243     if (RHS.isOverdefined()) {
  249       *this = RHS;
  250       return !RHS.isUndefined();
  254       if (RHS.isConstant() && getConstant() == RHS.getConstant())
  254       if (RHS.isConstant() && getConstant() == RHS.getConstant())
  261       if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
  261       if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
  268     if (!RHS.isConstantRange()) {
  274     ConstantRange NewR = getConstantRange().unionWith(RHS.getConstantRange());