Home
last modified time | relevance | path

Searched refs:computeModuloForExpr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/Support/
DSCEVAffinator.cpp187 bool SCEVAffinator::computeModuloForExpr(const SCEV *Expr) { in computeModuloForExpr() function in SCEVAffinator
225 if (computeModuloForExpr(Expr)) in visit()
233 if (computeModuloForExpr(Key.first)) in visit()
240 if (!computeModuloForExpr(Key.first)) in visit()
284 if (computeModuloForExpr(Expr)) in visitTruncateExpr()
356 if (!computeModuloForExpr(Op)) { in visitZeroExtendExpr()
/external/llvm-project/polly/include/polly/Support/
DSCEVAffinator.h98 bool computeModuloForExpr(const llvm::SCEV *Expr);