Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp636 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, in FoldShiftByConstant() local
638 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()
639 return NewAShr; in FoldShiftByConstant()