Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
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()