Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:LShr

216   case Instruction::LShr: {
246 // (Val ashr C1) & C2 -> (Val lshr C1) & C2
1187 case Instruction::LShr:
2342 } else if (Op0I->getOpcode() == Instruction::LShr) {
2353 APInt FoldConst = C1->getValue().lshr(C2->getValue());