Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp129 llvm::Type *getIntNType(uint64_t NumBits) { in getIntNType() function
151 return getIntNType(std::min(FD->getBitWidthValue(Context), in getStorageType()
301 Members.push_back(StorageInfo(Size, getIntNType(8))); in lower()
460 Context.toBits(getAlignment(getIntNType(OffsetInRecord))) != in accumulateBitFields()
507 llvm::Type *Type = getIntNType(Tail - StartBitOffset); in accumulateBitFields()
707 getIntNType(32))); in accumulateVBases()
802 Members.back().Data = getIntNType(Context.toBits(Alignment)); in determinePacked()