Searched refs:computeOverflowForUnsignedMul (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 500 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function 503 return llvm::computeOverflowForUnsignedMul(LHS, RHS, in computeOverflowForUnsignedMul()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 648 OverflowResult OR = computeOverflowForUnsignedMul( in checkOverflow()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 833 OverflowResult computeOverflowForUnsignedMul(const Value *LHS, const Value *RHS,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 353 return computeOverflowForUnsignedMul(LHS, RHS, &CxtI) == in willNotOverflowUnsignedMul()
|
| H A D | InstCombineCompares.cpp | 5749 return computeOverflowForUnsignedMul(LHS, RHS, CxtI); in computeOverflow()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2026 OverflowKind computeOverflowForUnsignedMul(SDValue N0, SDValue N1) const; 2032 : computeOverflowForUnsignedMul(N0, N1);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6298 OverflowResult llvm::computeOverflowForUnsignedMul(const Value *LHS, in computeOverflowForUnsignedMul() function in llvm
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 4128 SelectionDAG::computeOverflowForUnsignedMul(SDValue N0, SDValue N1) const { in computeOverflowForUnsignedMul() function in SelectionDAG
|