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

References

lib/Transforms/Scalar/SCCP.cpp
  109   bool isUnknown() const { return getLatticeValue() == unknown; }
  112     return getLatticeValue() == constant || getLatticeValue() == forcedconstant;
  112     return getLatticeValue() == constant || getLatticeValue() == forcedconstant;
  115   bool isOverdefined() const { return getLatticeValue() == overdefined; }
  133     if (getLatticeValue() == constant) { // Constant but not forcedconstant.
  143       assert(getLatticeValue() == forcedconstant &&