Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1998 APInt DstUM(Bits, 1, true); in exactRDIVtest() local
2003 DstUM = UpperBound->getAPInt(); in exactRDIVtest()
2004 LLVM_DEBUG(dbgs() << "\t DstUM = " << DstUM << "\n"); in exactRDIVtest()
2040 TUVec.push_back(floorOfQuotient(DstUM - TY, TA)); in exactRDIVtest()
2047 TLVec.push_back(ceilingOfQuotient(DstUM - TY, TA)); in exactRDIVtest()