Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1183 APInt ConstDelta = cast<SCEVConstant>(Delta)->getAPInt(); in strongSIVtest() local
1186 APInt Remainder = ConstDelta; in strongSIVtest()
1327 if (!ConstDelta) in weakCrossingSIVtest()
1371 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest()
1502 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactSIVtest()
1509 APInt CM = ConstDelta->getAPInt(); in exactSIVtest()
1885 if (!ConstDelta || !ConstSrcCoeff || !ConstDstCoeff) in exactRDIVtest()
1892 APInt CM = ConstDelta->getAPInt(); in exactRDIVtest()
2392 if (ConstDelta == 0) in gcdMIVtest()
2396 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest()
[all …]