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

Declarations

tools/polly/include/polly/Support/SCEVValidator.h
   28 bool isConstCall(llvm::CallInst *Call);

References

tools/polly/lib/Analysis/ScopInfo.cpp
 1501     if (Call && isConstCall(Call)) {
tools/polly/lib/Support/SCEVValidator.cpp
  358       if (!isConstCall(Call))
  482     if (isConstCall(Call)) {
  513       if (Call && isConstCall(Call))