Searched refs:computeOverflowForSignedMul (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 476 OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, in computeOverflowForSignedMul() function 478 return llvm::computeOverflowForSignedMul(LHS, RHS, in computeOverflowForSignedMul()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 636 LLVM_ABI OverflowResult computeOverflowForSignedMul(const Value *LHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 353 return computeOverflowForSignedMul(LHS, RHS, &CxtI) == in willNotOverflowSignedMul()
|
| H A D | InstCombineCompares.cpp | 6481 return computeOverflowForSignedMul(LHS, RHS, CxtI); in computeOverflow()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2144 LLVM_ABI OverflowKind computeOverflowForSignedMul(SDValue N0, 2154 return IsSigned ? computeOverflowForSignedMul(N0, N1)
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 7100 OverflowResult llvm::computeOverflowForSignedMul(const Value *LHS, in computeOverflowForSignedMul() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4588 SelectionDAG::computeOverflowForSignedMul(SDValue N0, SDValue N1) const { in computeOverflowForSignedMul() function in SelectionDAG
|