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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp6729 static const SCEV *findGCD(ScalarEvolution &SE, const SCEV *Start,
6763 const SCEV *Res = findGCD(SE, GCD, Constant, &Rem);
6799 const SCEV *Res = findGCD(SE, Expr->getOperand(e - 1 - i), GCD, &Rem);
6827 const SCEV *Res = findGCD(SE, Expr->getOperand(i), GCD, &Rem);
6852 const SCEV *Res = findGCD(SE, Expr, Mul->getOperand(i), &Rem);
6878 const SCEV *Res = findGCD(SE, Expr->getOperand(0), GCD, &Rem);
6883 Res = findGCD(SE, Expr->getOperand(1), Res, &Rem);
6929 assert(Step == SCEVGCD::findGCD(SE, Start, Step, &Rem) && Rem == D.Zero &&
7009 const SCEV *Res = SCEVGCD::findGCD(SE, Expr->getOperand(i), GCD, &Rem);
7150 const SCEV *GCD = SCEVGCD::findGCD(S
[all...]
H A DDependenceAnalysis.cpp1281 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, function
1401 if (findGCD(Bits, AM, BM, ConstDelta->getValue()->getValue(), G, X, Y)) {
1805 if (findGCD(Bits, AM, BM, ConstDelta->getValue()->getValue(), G, X, Y)) {

Completed in 106 milliseconds