Home
last modified time | relevance | path

Searched refs:OldShr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp969 auto *OldShr = cast<BinaryOperator>(Op0); in visitShl() local
971 BinaryOperator::Create(OldShr->getOpcode(), X, ShiftDiff); in visitShl()
972 NewShr->setIsExact(OldShr->isExact()); in visitShl()