Searched refs:willNotOverflowSub (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 345 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 D | SelectionDAG.h | 2139 bool willNotOverflowSub(bool IsSigned, SDValue N0, SDValue N1) const {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 9728 if (DAG.willNotOverflowSub(IsSigned || IsNonNegative, N->getOperand(0), in expandABD() 9733 if (DAG.willNotOverflowSub(IsSigned || IsNonNegative, N->getOperand(1), in expandABD()
|
| H A D | DAGCombiner.cpp | 4497 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()
|