Lines Matching refs:LShr
211 V = V.lshr(ByteStart*8);
252 case Instruction::LShr: {
931 case Instruction::LShr:
933 return C1; // undef lshr undef -> undef
934 return Constant::getNullValue(C1->getType()); // X lshr undef -> 0
935 // undef lshr X -> 0
1040 // ashr (zext C to Ty), C2 -> lshr (zext C, CSA), C2
1095 case Instruction::LShr: {
1098 return ConstantInt::get(CI1->getContext(), C1V.lshr(shiftAmt));
1117 case Instruction::LShr:
1194 case Instruction::LShr: