Searched refs:atomicSize (Results 1 – 2 of 2) sorted by relevance
772 uint64_t atomicSize = Context.getTypeSize(Ty); in ConvertType() local773 if (valueSize != atomicSize) { in ConvertType()774 assert(valueSize < atomicSize); in ConvertType()777 llvm::ArrayType::get(CGM.Int8Ty, (atomicSize - valueSize) / 8) in ConvertType()
99 auto atomicSize = CGM.getContext().getTypeSizeInChars(atomicType); in addTypedData() local105 auto atomicPadding = atomicSize - valueSize; in addTypedData()107 addOpaqueData(begin + valueSize, begin + atomicSize); in addTypedData()