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

Declarations

tools/polly/include/polly/Support/SCEVValidator.h
   72 bool isAffineConstraint(llvm::Value *V, const llvm::Region *R,

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 1539     if (!isAffineConstraint(Val, &R, L, SE, DetectedParams)) {
tools/polly/lib/Support/SCEVValidator.cpp
  680     return isAffineConstraint(ICmp->getOperand(0), R, Scope, SE, Params,
  682            isAffineConstraint(ICmp->getOperand(1), R, Scope, SE, Params, true);
  686       return isAffineConstraint(BinOp->getOperand(0), R, Scope, SE, Params,
  688              isAffineConstraint(BinOp->getOperand(1), R, Scope, SE, Params,