Searched refs:computeOverflowForUnsignedSub (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h567 return computeOverflowForUnsignedSub(LHS, RHS, &CxtI) ==
796 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, function in class:llvm::InstCombiner
799 return llvm::computeOverflowForUnsignedSub(LHS, RHS, DL, &AC, CxtI, &DT);
H A DInstCombineCompares.cpp4511 return computeOverflowForUnsignedSub(LHS, RHS, CxtI);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h514 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, const Value *RHS,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4571 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, function in class:llvm

Completed in 110 milliseconds