Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h552 Value *SimplifyAddWithRemainder(BinaryOperator &I);
H A DInstCombineAddSub.cpp1073 Value *InstCombinerImpl::SimplifyAddWithRemainder(BinaryOperator &I) { in SimplifyAddWithRemainder() function in InstCombinerImpl
1359 if (Value *V = SimplifyAddWithRemainder(I)) return replaceInstUsesWith(I, V); in visitAdd()