Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp768 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth); in EmitCXXNewAllocSize() local
772 if (adjustedCount.ult(minElements)) in EmitCXXNewAllocSize()
779 adjustedCount * arraySizeMultiplier); in EmitCXXNewAllocSize()
784 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()