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

Declarations

tools/polly/include/polly/ScopDetection.h
  103 extern bool PollyAllowUnsignedOperations;

References

tools/polly/lib/Analysis/ScopDetection.cpp
  148     cl::location(PollyAllowUnsignedOperations), cl::Hidden, cl::ZeroOrMore,
  609   if (ICmp->isUnsigned() && !PollyAllowUnsignedOperations)
tools/polly/lib/Support/SCEVValidator.cpp
  156     if (PollyAllowUnsignedOperations || Type == SCEVType::INVALID)
  399     if (!PollyAllowUnsignedOperations)