Home | History | Annotate | Download | only in IR

Lines Matching refs:LShr

225       V = V.lshr(ByteStart*8);
266 case Instruction::LShr: {
967 case Instruction::LShr:
1087 // ashr (zext C to Ty), C2 -> lshr (zext C, CSA), C2
1139 case Instruction::LShr:
1141 return ConstantInt::get(CI1->getContext(), C1V.lshr(C2V));
1155 case Instruction::LShr:
1232 case Instruction::LShr: