Searched refs:SimplifyAddWithRemainder (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1024 Value *InstCombiner::SimplifyAddWithRemainder(BinaryOperator &I) { function in class:InstCombiner
1315 if (Value *V = SimplifyAddWithRemainder(I)) return replaceInstUsesWith(I, V);
H A DInstCombineInternal.h833 Value *SimplifyAddWithRemainder(BinaryOperator &I);

Completed in 46 milliseconds