Searched refs:adjustedCount (Results 1 – 1 of 1) sorted by relevance
779 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth); in EmitCXXNewAllocSize() local783 if (adjustedCount.ult(minElements)) in EmitCXXNewAllocSize()790 adjustedCount * arraySizeMultiplier); in EmitCXXNewAllocSize()795 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()