Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lshr

1290 /// SimplifyShift - Given operands for an Shl, LShr or AShr, see if we can
1359 /// SimplifyLShrInst - Given operands for an LShr, see if we can
1363 if (Value *V = SimplifyShift(Instruction::LShr, Op0, Op1, Q, MaxRecurse))
1991 // 'lshr x, CI2' produces [0, UINT_MAX >> CI2].
1994 Upper = NegOne.lshr(CI2->getValue()) + 1;
2310 case Instruction::LShr:
2870 case Instruction::LShr:
3072 case Instruction::LShr: