Home
last modified time | relevance | path

Searched refs:willNotOverflowSub (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h339 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() function
368 case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned); in willNotOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2018 bool willNotOverflowSub(bool IsSigned, SDValue N0, SDValue N1) const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4216 if (DAG.willNotOverflowSub(IsSigned, N0, N1)) in visitSUBSAT()
4282 if (DAG.willNotOverflowSub(IsSigned, N0, N1)) in visitSUBO()