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