Home | History | Annotate | Download | only in IR

Lines Matching refs:lshr

210       V = V.lshr(ByteStart*8);
251 case Instruction::LShr: {
916 case Instruction::LShr:
918 return C1; // undef lshr undef -> undef
919 return Constant::getNullValue(C1->getType()); // X lshr undef -> 0
920 // undef lshr X -> 0
1025 // ashr (zext C to Ty), C2 -> lshr (zext C, CSA), C2
1080 case Instruction::LShr: {
1083 return ConstantInt::get(CI1->getContext(), C1V.lshr(shiftAmt));
1102 case Instruction::LShr:
1179 case Instruction::LShr: