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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp599 BinaryOperator *NewLShr = BinaryOperator::Create(Instruction::LShr, local
601 NewLShr->setIsExact(I.isExact());
602 return NewLShr;

Completed in 109 milliseconds