Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp757 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth); in EmitCXXNewAllocSize() local
761 if (adjustedCount.ult(minElements)) in EmitCXXNewAllocSize()
768 adjustedCount * arraySizeMultiplier); in EmitCXXNewAllocSize()
773 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()