Home | History | Annotate | Download | only in Analysis

Lines Matching refs:lshr

1289 /// SimplifyShift - Given operands for an Shl, LShr or AShr, see if we can
1358 /// SimplifyLShrInst - Given operands for an LShr, see if we can
1362 if (Value *V = SimplifyShift(Instruction::LShr, Op0, Op1, Q, MaxRecurse))
1998 // 'lshr x, CI2' produces [0, UINT_MAX >> CI2].
2001 Upper = NegOne.lshr(CI2->getValue()) + 1;
2320 case Instruction::LShr:
2880 case Instruction::LShr:
3082 case Instruction::LShr: