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

References

lib/Analysis/LazyValueInfo.cpp
  644     Res = ValueLatticeElement::getNot(ConstantPointerNull::get(PT));
  731       Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy));
  766         Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy));
  974                                ValueLatticeElement::getNot(ResNot));
  982                               ValueLatticeElement::getNot(ResNot));
 1203         return ValueLatticeElement::getNot(cast<Constant>(RHS));
unittests/Analysis/ValueLatticeTest.cpp
   43   EXPECT_TRUE(ValueLatticeElement::getNot(C2).isNotConstant());