Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DVertexBuffer.cpp190 size_t adjustedCount = count; in storeDynamicAttribute() local
198 adjustedCount += UnsignedCeilDivide(baseInstance, divisor); in storeDynamicAttribute()
202 start, adjustedCount, instances, mWritePosition, in storeDynamicAttribute()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp621 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth); in EmitCXXNewAllocSize() local
625 if (adjustedCount.ult(minElements)) in EmitCXXNewAllocSize()
632 adjustedCount * arraySizeMultiplier); in EmitCXXNewAllocSize()
637 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp766 llvm::APInt adjustedCount = count.zextOrTrunc(sizeWidth); in EmitCXXNewAllocSize() local
770 if (adjustedCount.ult(minElements)) in EmitCXXNewAllocSize()
777 adjustedCount * arraySizeMultiplier); in EmitCXXNewAllocSize()
782 = adjustedCount.umul_ov(typeSizeMultiplier, overflow); in EmitCXXNewAllocSize()