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

Declarations

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 3062   inline bool is_null() const;

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
16396   return !is_null();
tools/polly/lib/Transform/ForwardOpTree.cpp
  396     if (Known.is_null() || Translator.is_null() ||
  396     if (Known.is_null() || Translator.is_null() ||
  548     if (Known.is_null() || Translator.is_null() ||
  548     if (Known.is_null() || Translator.is_null() ||
  804     if (!Known.is_null()) {
tools/polly/lib/Transform/Simplify.cpp
   87   if (UMap.is_null() || Map.is_null())