Searched refs:computeOverflowForUnsignedMul (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 468 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, 472 return llvm::computeOverflowForUnsignedMul(
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 632 LLVM_ABI OverflowResult computeOverflowForUnsignedMul(const Value *LHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 655 OverflowResult OR = computeOverflowForUnsignedMul( in checkOverflow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 360 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI, IsNSW) ==
|
| H A D | InstCombineCompares.cpp | 6483 return computeOverflowForUnsignedMul(LHS, RHS, CxtI); in computeOverflow()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2148 LLVM_ABI OverflowKind computeOverflowForUnsignedMul(SDValue N0, 2155 : computeOverflowForUnsignedMul(N0, N1);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 7084 OverflowResult llvm::computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4575 SelectionDAG::computeOverflowForUnsignedMul(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedMul() function in SelectionDAG
|