Searched refs:SimplifyAddWithRemainder (Results 1 – 2 of 2) sorted by relevance
980 Value *InstCombiner::SimplifyAddWithRemainder(BinaryOperator &I) { in SimplifyAddWithRemainder() function in InstCombiner1135 if (Value *V = SimplifyAddWithRemainder(I)) return replaceInstUsesWith(I, V); in visitAdd()
756 Value *SimplifyAddWithRemainder(BinaryOperator &I);