Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AShr

655   case Instruction::AShr:
667 // If the sign bit is the only bit demanded by this ashr, then there is no
866 (BitMask1.ashr(ShrAmt) << ShlAmt);
872 BitMask2.ashr(ShrAmt - ShlAmt);