Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h307 bool willNotOverflowSignedAdd(const WithCache<const Value *> &LHS, in willNotOverflowSignedAdd() function
323 return IsSigned ? willNotOverflowSignedAdd(LHS, RHS, CxtI) in willNotOverflowAdd()
H A DInstCombineAddSub.cpp1693 if (!I.hasNoSignedWrap() && willNotOverflowSignedAdd(LHSCache, RHSCache, I)) { in visitAdd()
1901 willNotOverflowSignedAdd(LHSIntVal, CI, I)) { in visitFAdd()
1919 willNotOverflowSignedAdd(LHSIntVal, RHSIntVal, I)) { in visitFAdd()