Home
last modified time | relevance | path

Searched refs:checkedMulUnsigned (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h94 checkedMulUnsigned(T LHS, T RHS) { in checkedMulUnsigned() function
104 if (auto Product = checkedMulUnsigned(A, B)) in checkedMulAddUnsigned()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp70 checkedMulUnsigned(Size.getKnownMinValue(), C->getZExtValue()); in getAllocationSize()
83 auto CheckedProd = checkedMulUnsigned(Size->getKnownMinValue(), in getAllocationSizeInBits()