Searched refs:NewAShr (Results 1 – 1 of 1) sorted by relevance
636 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, in FoldShiftByConstant() local638 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()639 return NewAShr; in FoldShiftByConstant()