Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp980 Value *InstCombiner::SimplifyAddWithRemainder(BinaryOperator &I) { in SimplifyAddWithRemainder() function in InstCombiner
1135 if (Value *V = SimplifyAddWithRemainder(I)) return replaceInstUsesWith(I, V); in visitAdd()
H A DInstCombineInternal.h756 Value *SimplifyAddWithRemainder(BinaryOperator &I);