Home | History | Annotate | Download | only in Analysis

Lines Matching defs:B0

1351   APInt B0(Bits, 0, true), B1(Bits, 1, true);
1359 APInt B2 = B0 - Q*B1; B0 = B1; B1 = B2;
2510 const SCEV *B0;
2511 CoefficientInfo *B = collectCoeffInfo(Dst, false, B0);
2513 const SCEV *Delta = SE->getMinusSCEV(B0, A0);