Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Yr

511       APInt Yr = Ytop;
512 APInt::sdivrem(Ytop, Ybot, Yq, Yr);
513 if (Xr != 0 || Yr != 0) {