Home
last modified time | relevance | path

Searched refs:computeOverflowForSignedMul (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h532 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
705 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function
708 return llvm::computeOverflowForSignedMul(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedMul()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h424 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3977 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm