Searched refs:RoundUpAlignment (Results 1 – 4 of 4) sorted by relevance
248 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty)); in getTypeAllocSize()312 static UIntTy RoundUpAlignment(UIntTy Val, unsigned Alignment) { in RoundUpAlignment() function
57 StructSize = TargetData::RoundUpAlignment(StructSize, TyAlign); in StructLayout()72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment); in StructLayout()
98 TargetData::RoundUpAlignment(sizeof(GVMemoryBlock), in Create()
1764 unsigned HiStart = llvm::TargetData::RoundUpAlignment(LoSize, HiAlign); in GetX86_64ByValArgumentPair()