Searched refs:willNotOverflowSub (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 281 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() function 310 case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned); in willNotOverflow()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 566 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() function 595 case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned); in willNotOverflow()
|