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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp636 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, local
638 NewAShr->setIsExact(I.isExact());
639 return NewAShr;

Completed in 47 milliseconds