Lines Matching refs:lshr
224 case Instruction::LShr: {254 // (Val ashr C1) & C2 -> (Val lshr C1) & C21088 case Instruction::LShr:2230 } else if (Op0I->getOpcode() == Instruction::LShr) {2241 APInt FoldConst = C1->getValue().lshr(C2->getValue());