Searched refs:atomicSize (Results 1 – 2 of 2) sorted by relevance
752 uint64_t atomicSize = Context.getTypeSize(Ty); in ConvertType() local753 if (valueSize != atomicSize) { in ConvertType()754 assert(valueSize < atomicSize); in ConvertType()757 llvm::ArrayType::get(CGM.Int8Ty, (atomicSize - valueSize) / 8) in ConvertType()
101 auto atomicSize = CGM.getContext().getTypeSizeInChars(atomicType); in addTypedData() local107 auto atomicPadding = atomicSize - valueSize; in addTypedData()109 addOpaqueData(begin + valueSize, begin + atomicSize); in addTypedData()