Searched refs:computeOverflowForSignedSub (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 520 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function 522 return llvm::computeOverflowForSignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedSub()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 545 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 276 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
|
H A D | InstCombineCompares.cpp | 5019 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 5125 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm
|