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

References

lib/Analysis/ValueLattice.cpp
   13   if (Val.isUndefined())
   15   if (Val.isOverdefined())
   18   if (Val.isNotConstant())
   19     return OS << "notconstant<" << *Val.getNotConstant() << ">";
   20   if (Val.isConstantRange())
   21     return OS << "constantrange<" << Val.getConstantRange().getLower() << ", "
   22               << Val.getConstantRange().getUpper() << ">";
   23   return OS << "constant<" << *Val.getConstant() << ">";