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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp618 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, local
620 NewAShr->setIsExact(I.isExact());
621 return NewAShr;

Completed in 279 milliseconds