Home
last modified time | relevance | path

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

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