Home
last modified time | relevance | path

Searched refs:computeOverflowForSignedSub (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h516 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
518 return llvm::computeOverflowForSignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedSub()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h274 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
526 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
528 return llvm::computeOverflowForSignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedSub()
H A DInstCombineCompares.cpp5020 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h555 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp5015 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm