Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h501 Value *SimplifyAddWithRemainder(BinaryOperator &I);
H A DInstCombineAddSub.cpp1135 Value *InstCombinerImpl::SimplifyAddWithRemainder(BinaryOperator &I) { in SimplifyAddWithRemainder() function in InstCombinerImpl
1551 if (Value *V = SimplifyAddWithRemainder(I)) return replaceInstUsesWith(I, V); in visitAdd()