Home
last modified time | relevance | path

Searched refs:atomicSize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp803 uint64_t atomicSize = Context.getTypeSize(Ty); in ConvertType() local
804 if (valueSize != atomicSize) { in ConvertType()
805 assert(valueSize < atomicSize); in ConvertType()
808 llvm::ArrayType::get(CGM.Int8Ty, (atomicSize - valueSize) / 8) in ConvertType()
H A DSwiftCallingConv.cpp101 auto atomicSize = CGM.getContext().getTypeSizeInChars(atomicType); in addTypedData() local
107 auto atomicPadding = atomicSize - valueSize; in addTypedData()
109 addOpaqueData(begin + valueSize, begin + atomicSize); in addTypedData()