Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h488 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h501 OverflowResult computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4673 llvm::computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function in llvm