Lines Matching refs:lshr
225 case Instruction::LShr: {257 // (Val ashr C1) & C2 -> (Val lshr C1) & C21089 case Instruction::LShr:2211 } else if (Op0I->getOpcode() == Instruction::LShr) {2222 APInt FoldConst = C1->getValue().lshr(C2->getValue());