Lines Matching refs:AShr
975 // If we have an unsigned comparison and an ashr, we can't simplify this.
977 if (ICI.isSigned() != (Shr->getOpcode() == Instruction::AShr))
980 // Otherwise, all lshr and most exact ashr's are equivalent to a udiv/sdiv
983 if (Shr->getOpcode() == Instruction::AShr &&
994 Shr->getOpcode() == Instruction::AShr ?
1022 Comp = Comp.ashr(ShAmtVal);
1506 case Instruction::AShr: {
2772 case Instruction::AShr: