Home | History | Annotate | Download | only in Analysis

Lines Matching refs:AShr

1289 /// SimplifyShift - Given operands for an Shl, LShr or AShr, see if we can
1390 /// SimplifyAShrInst - Given operands for an AShr, see if we can
1394 if (Value *V = SimplifyShift(Instruction::AShr, Op0, Op1, Q, MaxRecurse))
2003 // 'ashr x, CI2' produces [INT_MIN >> CI2, INT_MAX >> CI2].
2007 Lower = IntMin.ashr(CI2->getValue());
2008 Upper = IntMax.ashr(CI2->getValue()) + 1;
2325 case Instruction::AShr:
2882 case Instruction::AShr:
3087 case Instruction::AShr: