Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1205 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest() local
1208 APInt Remainder = ConstDelta; in strongSIVtest()
1349 if (!ConstDelta) in weakCrossingSIVtest()
1393 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1524 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactSIVtest()
1531 APInt CM = ConstDelta->getAPInt(); in exactSIVtest()
1907 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactRDIVtest()
1914 APInt CM = ConstDelta->getAPInt(); in exactRDIVtest()
2414 if (ConstDelta == 0) in gcdMIVtest()
2418 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest()
[all …]