Home | History | Annotate | Download | only in Analysis

Lines Matching full:xtop

504       APInt Xtop = C1B2_C2B1->getAPInt();
508 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n");
512 APInt Xq = Xtop; // these need to be initialized, even
513 APInt Xr = Xtop; // though they're just going to be overwritten
514 APInt::sdivrem(Xtop, Xbot, Xq, Xr);