Home
last modified time | relevance | path

Searched refs:isAffineConstraint (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/Support/
DSCEVValidator.cpp678 bool isAffineConstraint(Value *V, const Region *R, llvm::Loop *Scope, in isAffineConstraint() function
682 return isAffineConstraint(ICmp->getOperand(0), R, Scope, SE, Params, in isAffineConstraint()
684 isAffineConstraint(ICmp->getOperand(1), R, Scope, SE, Params, true); in isAffineConstraint()
688 return isAffineConstraint(BinOp->getOperand(0), R, Scope, SE, Params, in isAffineConstraint()
690 isAffineConstraint(BinOp->getOperand(1), R, Scope, SE, Params, in isAffineConstraint()
/external/llvm-project/polly/include/polly/Support/
DSCEVValidator.h72 bool isAffineConstraint(llvm::Value *V, const llvm::Region *R,
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp1541 if (!isAffineConstraint(Val, &R, L, SE, DetectedParams)) { in addUserAssumptions()