Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h446 Value *SimplifyAddWithRemainder(BinaryOperator &I);
H A DInstCombineAddSub.cpp1056 Value *InstCombinerImpl::SimplifyAddWithRemainder(BinaryOperator &I) { in SimplifyAddWithRemainder() function in InstCombinerImpl
1427 if (Value *V = SimplifyAddWithRemainder(I)) return replaceInstUsesWith(I, V); in visitAdd()