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

References

include/llvm/Analysis/ValueLattice.h
   68     switch (Tag) {
  100     switch (Other.Tag) {
  115     Tag = Other.Tag;
  115     Tag = Other.Tag;
  142   bool isUndefined() const { return Tag == undefined; }
  143   bool isConstant() const { return Tag == constant; }
  144   bool isNotConstant() const { return Tag == notconstant; }
  145   bool isConstantRange() const { return Tag == constantrange; }
  146   bool isOverdefined() const { return Tag == overdefined; }
  181     Tag = overdefined;
  196     Tag = constant;
  214     Tag = notconstant;
  232       Tag = constantrange;