Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1181 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest() local
1183 APInt Distance = ConstDelta; // these need to be initialized in strongSIVtest()
1184 APInt Remainder = ConstDelta; in strongSIVtest()
1185 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest()
1324 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); in weakCrossingSIVtest() local
1325 if (!ConstDelta) in weakCrossingSIVtest()
1369 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1508 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); in exactSIVtest() local
1511 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactSIVtest()
1519 if (findGCD(Bits, AM, BM, ConstDelta->getAPInt(), G, X, Y)) { in exactSIVtest()
[all …]