Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h553 Value *SimplifyAddWithRemainder(BinaryOperator &I);
H A DInstCombineAddSub.cpp1059 Value *InstCombinerImpl::SimplifyAddWithRemainder(BinaryOperator &I) { in SimplifyAddWithRemainder() function in InstCombinerImpl
1359 if (Value *V = SimplifyAddWithRemainder(I)) return replaceInstUsesWith(I, V); in visitAdd()