Searched refs:NewAShr (Results 1 – 2 of 2) sorted by relevance
637 BinaryOperator *NewAShr = BinaryOperator::Create(Instruction::AShr, in FoldShiftByConstant() local639 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()640 return NewAShr; in FoldShiftByConstant()
858 auto *NewAShr = BinaryOperator::CreateAShr(X, ShiftDiff); in visitAShr() local859 NewAShr->setIsExact(I.isExact()); in visitAShr()860 return NewAShr; in visitAShr()