Searched refs:AllocSize (Results 1 – 4 of 4) sorted by relevance
649 size_t AllocSize) in RSExportRecordType() argument654 mAllocSize(AllocSize) { in RSExportRecordType()
754 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local756 if (AllocSize > 0) { in genCreateFieldPacker()758 << AllocSize << ");\n"; in genCreateFieldPacker()
2137 size_t AllocSize = ET->getAllocSize(); in genCreateFieldPacker() local2138 slangAssert(!AllocSize32.first || ((AllocSize == 0) == (AllocSize32.second == 0))); in genCreateFieldPacker()2139 if (AllocSize > 0) { in genCreateFieldPacker()2142 genConditionalVal("", false, AllocSize, AllocSize32); in genCreateFieldPacker()
3101 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); in ParseFunctionBody() local3102 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty); in ParseFunctionBody()3104 AllocSize, Size, nullptr); in ParseFunctionBody()