Searched refs:OldShr (Results 1 – 1 of 1) sorted by relevance
969 auto *OldShr = cast<BinaryOperator>(Op0); in visitShl() local971 BinaryOperator::Create(OldShr->getOpcode(), X, ShiftDiff); in visitShl()972 NewShr->setIsExact(OldShr->isExact()); in visitShl()