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

References

include/llvm/Analysis/ValueLattice.h
   96     if ((isConstant() || isNotConstant()) && !Other.isConstant() &&
   97         !Other.isNotConstant())
  154     assert(isNotConstant() && "Cannot get the constant of a non-notconstant!");
  177     if (isConstant() || isNotConstant())
  211     assert((!isNotConstant() || getNotConstant() == V) &&
  260     if (isNotConstant()) {
  261       if (RHS.isNotConstant() && getNotConstant() == RHS.getNotConstant())
lib/Analysis/LazyValueInfo.cpp
 1812   if (Val.isNotConstant()) {
lib/Analysis/ValueLattice.cpp
   18   if (Val.isNotConstant())
unittests/Analysis/ValueLatticeTest.cpp
   43   EXPECT_TRUE(ValueLatticeElement::getNot(C2).isNotConstant());