Searched refs:isAffineConstraint (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/Support/ |
D | SCEVValidator.cpp | 678 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/ |
D | SCEVValidator.h | 72 bool isAffineConstraint(llvm::Value *V, const llvm::Region *R,
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopBuilder.cpp | 1541 if (!isAffineConstraint(Val, &R, L, SE, DetectedParams)) { in addUserAssumptions()
|