reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
518 LLVM_DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); 522 APInt Xq = Xtop; // these need to be initialized, even 523 APInt Xr = Xtop; // though they're just going to be overwritten 524 APInt::sdivrem(Xtop, Xbot, Xq, Xr);