Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp585 APInt Xtop = C1B2_C2B1->getAPInt(); in intersectConstraints() local
589 LLVM_DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); in intersectConstraints()
593 APInt Xq = Xtop; // these need to be initialized, even in intersectConstraints()
594 APInt Xr = Xtop; // though they're just going to be overwritten in intersectConstraints()
595 APInt::sdivrem(Xtop, Xbot, Xq, Xr); in intersectConstraints()