Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp72 auto CheckedProd = in getAllocationSize() local
74 if (!CheckedProd) in getAllocationSize()
76 return TypeSize::getFixed(*CheckedProd); in getAllocationSize()
86 auto CheckedProd = checkedMulUnsigned(Size->getKnownMinValue(), in getAllocationSizeInBits() local
88 if (!CheckedProd) in getAllocationSizeInBits()
90 return TypeSize::get(*CheckedProd, Size->isScalable()); in getAllocationSizeInBits()