Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h345 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() function
375 case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned); in willNotOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h2139 bool willNotOverflowSub(bool IsSigned, SDValue N0, SDValue N1) const {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9728 if (DAG.willNotOverflowSub(IsSigned || IsNonNegative, N->getOperand(0), in expandABD()
9733 if (DAG.willNotOverflowSub(IsSigned || IsNonNegative, N->getOperand(1), in expandABD()
H A DDAGCombiner.cpp4497 if (DAG.willNotOverflowSub(IsSigned, N0, N1)) in visitSUBSAT()
4561 if (DAG.willNotOverflowSub(IsSigned, N0, N1)) in visitSUBO()
11415 DAG.willNotOverflowSub(/*IsSigned=*/true, Op0, Op1))) { in foldABSToABD()