Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1104 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest() local
1106 APInt Distance = ConstDelta; // these need to be initialized in strongSIVtest()
1107 APInt Remainder = ConstDelta; in strongSIVtest()
1108 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest()
1247 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); in weakCrossingSIVtest() local
1248 if (!ConstDelta) in weakCrossingSIVtest()
1292 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1431 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); in exactSIVtest() local
1434 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactSIVtest()
1442 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactSIVtest()
[all …]