Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1268 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest() local
1271 APInt Remainder = ConstDelta; in strongSIVtest()
1412 if (!ConstDelta) in weakCrossingSIVtest()
1456 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1587 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactSIVtest()
1594 APInt CM = ConstDelta->getAPInt(); in exactSIVtest()
1970 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactRDIVtest()
1977 APInt CM = ConstDelta->getAPInt(); in exactRDIVtest()
2477 if (ConstDelta == 0) in gcdMIVtest()
2481 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest()
[all …]