Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp118 mlir::Type getUIntNType(uint64_t numBits) { in getUIntNType() function
272 members.push_back(makeStorageInfo(size, getUIntNType(8))); in lower()
405 mlir::Type type = getUIntNType(astContext.toBits(accessSize)); in accumulateBitFields()
465 assert(getSize(getUIntNType(astContext.toBits(accessSize))) > in accumulateBitFields()
470 type = getUIntNType(astContext.toBits(accessSize)); in accumulateBitFields()
562 members.back().data = getUIntNType(astContext.toBits(alignment)); in determinePacked()