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

References

include/llvm/Analysis/ValueLattice.h
   91     if (isConstantRange() && !Other.isConstantRange())
   96     if ((isConstant() || isNotConstant()) && !Other.isConstant() &&
   97         !Other.isNotConstant())
  100     switch (Other.Tag) {
  103         new (&Range) ConstantRange(Other.Range);
  105         Range = Other.Range;
  109       ConstVal = Other.ConstVal;
  115     Tag = Other.Tag;