Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp6729 static const SCEV *findGCD(ScalarEvolution &SE, const SCEV *Start, in findGCD() function
6763 const SCEV *Res = findGCD(SE, GCD, Constant, &Rem); in visitConstant()
6799 const SCEV *Res = findGCD(SE, Expr->getOperand(e - 1 - i), GCD, &Rem); in visitAddExpr()
6827 const SCEV *Res = findGCD(SE, Expr->getOperand(i), GCD, &Rem); in visitMulExpr()
6852 const SCEV *Res = findGCD(SE, Expr, Mul->getOperand(i), &Rem); in visitMulExpr()
6878 const SCEV *Res = findGCD(SE, Expr->getOperand(0), GCD, &Rem); in visitAddRecExpr()
6883 Res = findGCD(SE, Expr->getOperand(1), Res, &Rem); in visitAddRecExpr()
6929 assert(Step == SCEVGCD::findGCD(SE, Start, Step, &Rem) && Rem == D.Zero && in divide()
7009 const SCEV *Res = SCEVGCD::findGCD(SE, Expr->getOperand(i), GCD, &Rem); in visitMulExpr()
7150 const SCEV *GCD = SCEVGCD::findGCD(SE, Start, Step, &Remainder); in delinearize()
DDependenceAnalysis.cpp1281 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, in findGCD() function
1401 if (findGCD(Bits, AM, BM, ConstDelta->getValue()->getValue(), G, X, Y)) { in exactSIVtest()
1805 if (findGCD(Bits, AM, BM, ConstDelta->getValue()->getValue(), G, X, Y)) { in exactRDIVtest()