Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:RA

680       APInt RA = Rem->getValue().abs();
681 if (RA.isPowerOf2()) {
682 if (DemandedMask.ult(RA)) // srem won't affect demanded bits
685 APInt LowBits = RA - 1;