Home
last modified time | relevance | path

Searched refs:extractConstantFactor (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/Support/
H A DSCEVValidator.h70 extractConstantFactor(const llvm::SCEV *M, llvm::ScalarEvolution &SE);
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVValidator.cpp671 polly::extractConstantFactor(const SCEV *S, ScalarEvolution &SE) { in extractConstantFactor() function in polly
681 auto StepPair = extractConstantFactor(AddRec->getStepRecurrence(SE), SE); in extractConstantFactor()
692 auto Op0Pair = extractConstantFactor(Add->getOperand(0), SE); in extractConstantFactor()
702 auto OpUPair = extractConstantFactor(Add->getOperand(u), SE); in extractConstantFactor()
H A DSCEVAffinator.cpp203 auto ConstantAndLeftOverPair = extractConstantFactor(Expr, SE); in visit()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1469 Parameter = extractConstantFactor(Parameter, *SE).second; in addParams()
H A DScopBuilder.cpp1389 Param = extractConstantFactor(Param, SE).second; in addUserAssumptions()