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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1049 APInt ConstDelta = cast<SCEVConstant>(Delta)->getValue()->getValue(); local
1051 APInt Distance = ConstDelta; // these need to be initialized
1052 APInt Remainder = ConstDelta;
1053 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder);
1198 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); local
1199 if (!ConstDelta)
1243 APInt APDelta = ConstDelta->getValue()->getValue();
1390 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); local
1393 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff)
1401 if (findGCD(Bits, AM, BM, ConstDelta
1794 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); local
[all...]

Completed in 51 milliseconds