Searched refs:getNaturalAlignment (Results 1 – 2 of 2) sorted by relevance
131 CharUnits getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type);
249 if (!begin.isZero() && !begin.isMultipleOf(getNaturalAlignment(CGM, type))) { in addLegalTypedData()278 assert(!type || begin.isMultipleOf(getNaturalAlignment(CGM, type))); in addEntry()659 CharUnits swiftcall::getNaturalAlignment(CodeGenModule &CGM, llvm::Type *type) { in getNaturalAlignment() function in swiftcall