Home | History | Annotate | Download | only in Analysis

Lines Matching defs:RA

548       APInt RA = Rem->getValue().abs();
549 if (RA.isPowerOf2()) {
550 APInt LowBits = RA - 1;
585 APInt RA = Rem->getValue();
586 if (RA.isPowerOf2()) {
587 APInt LowBits = (RA - 1);