Searched refs:NewLShr (Results 1 – 1 of 1) sorted by relevance
617 BinaryOperator *NewLShr = BinaryOperator::Create(Instruction::LShr, in FoldShiftByConstant() local619 NewLShr->setIsExact(I.isExact()); in FoldShiftByConstant()620 return NewLShr; in FoldShiftByConstant()