Home
last modified time | relevance | path

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

/minix/minix/llvm/passes/magic/support/
H A DBitFieldAggregation.cpp93 unsigned typeBits = TypeUtil::typeToBits(containedType); in getBitFieldAggregations()
106 typeBits += TypeUtil::typeToBits(type->getContainedType(lastTypeIndex)); in getBitFieldAggregations()
128 unsigned typeBits = TypeUtil::typeToBits(containedType); in getBitFieldAggregation()
132 nextTypeBits = TypeUtil::typeToBits(type->getContainedType(typeIndex+1)); in getBitFieldAggregation()
H A DTypeUtil.cpp386 unsigned TypeUtil::typeToBits(TYPECONST Type *type) { in typeToBits() function in llvm::TypeUtil
/minix/minix/llvm/passes/include/magic/support/
H A DTypeUtil.h43 static unsigned typeToBits(TYPECONST Type *type);
H A DTypeInfo.h137 bitWidth = TypeUtil::typeToBits(aSmartType->getType()); in TypeInfo()