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