Searched refs:NewShr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp974 auto *NewShr = BinaryOperator::Create( local
976 NewShr->setIsExact(true);
977 return NewShr;

Completed in 127 milliseconds