Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp771 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth); in EmitCXXNewAllocSize() local
775 if (adjustedCount.ult(minElements)) in EmitCXXNewAllocSize()
782 adjustedCount * arraySizeMultiplier); in EmitCXXNewAllocSize()
787 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()