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

References

include/llvm/Analysis/ValueLattice.h
  211     assert((!isNotConstant() || getNotConstant() == V) &&
  261       if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
  261       if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
lib/Analysis/LazyValueInfo.cpp
 1818                                             Val.getNotConstant(), C, DL,
 1825                                             Val.getNotConstant(), C, DL,
lib/Analysis/ValueLattice.cpp
   19     return OS << "notconstant<" << *Val.getNotConstant() << ">";