Home | History | Annotate | Download | only in IR

Lines Matching refs:lshr

211       V = V.lshr(ByteStart*8);
252 case Instruction::LShr: {
917 case Instruction::LShr:
919 return C1; // undef lshr undef -> undef
920 return Constant::getNullValue(C1->getType()); // X lshr undef -> 0
921 // undef lshr X -> 0
1026 // ashr (zext C to Ty), C2 -> lshr (zext C, CSA), C2
1081 case Instruction::LShr: {
1084 return ConstantInt::get(CI1->getContext(), C1V.lshr(shiftAmt));
1103 case Instruction::LShr:
1180 case Instruction::LShr: