Home | History | Annotate | Download | only in VMCore

Lines Matching refs:lshr

207       V = V.lshr(ByteStart*8);
248 case Instruction::LShr: {
911 case Instruction::LShr:
913 return C1; // undef lshr undef -> undef
914 return Constant::getNullValue(C1->getType()); // X lshr undef -> 0
915 // undef lshr X -> 0
1020 // ashr (zext C to Ty), C2 -> lshr (zext C, CSA), C2
1075 case Instruction::LShr: {
1078 return ConstantInt::get(CI1->getContext(), C1V.lshr(shiftAmt));
1097 case Instruction::LShr:
1173 case Instruction::LShr: