Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1456 APInt APDelta = ConstDelta->getAPInt(); in weakCrossingSIVtest() local
1458 APInt Distance = APDelta; // these need to be initialzed in weakCrossingSIVtest()
1459 APInt Remainder = APDelta; in weakCrossingSIVtest()
1460 APInt::sdivrem(APDelta, APCoeff, Distance, Remainder); in weakCrossingSIVtest()