Searched refs:Xtop (Results 1 – 1 of 1) sorted by relevance
585 APInt Xtop = C1B2_C2B1->getAPInt(); in intersectConstraints() local589 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()