Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1105 auto *OldShr = cast<BinaryOperator>(Op0); in visitShl() local
1107 BinaryOperator::Create(OldShr->getOpcode(), X, ShiftDiff); in visitShl()
1108 NewShr->setIsExact(OldShr->isExact()); in visitShl()