Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h520 return computeOverflowForUnsignedSub(LHS, RHS, &CxtI) == in willNotOverflowUnsignedSub()
723 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function
726 return llvm::computeOverflowForUnsignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedSub()
H A DInstCombineCalls.cpp2068 OR = computeOverflowForUnsignedSub(Arg0, Arg1, II); in visitCallInst()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h448 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, const Value *RHS,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp4146 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function in llvm