Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:LShr

56       if (I->getOpcode() == Instruction::LShr && !I->isExact()) {
693 BinaryOperator *LShr =
697 if (I.isExact()) LShr->setIsExact();
698 return LShr;
711 // (x lshr C1) udiv C2 --> x udiv (C2 << C1)