Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h281 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/
DInstCombineInternal.h566 bool willNotOverflowSub(const Value *LHS, const Value *RHS, in willNotOverflowSub() function
595 case Instruction::Sub: return willNotOverflowSub(LHS, RHS, CxtI, IsSigned); in willNotOverflow()