Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1268 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest() local
1270 APInt Distance = ConstDelta; // these need to be initialized in strongSIVtest()
1271 APInt Remainder = ConstDelta; in strongSIVtest()
1272 APInt::sdivrem(ConstDelta, ConstCoeff, Distance, Remainder); in strongSIVtest()
1411 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); in weakCrossingSIVtest() local
1412 if (!ConstDelta) in weakCrossingSIVtest()
1456 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1584 const SCEVConstant *ConstDelta = dyn_cast<SCEVConstant>(Delta); in exactSIVtest() local
1587 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactSIVtest()
1594 APInt CM = ConstDelta->getAPInt(); in exactSIVtest()
[all …]