Searched defs:getTypeSizeInBits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/
H A DTargetData.cpp465 uint64_t TargetData::getTypeSizeInBits(Type *Ty) const { function in class:TargetData
499 llvm_unreachable("TargetData::getTypeSizeInBits(): Unsupported type");
557 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty),
651 if (getTypeSizeInBits(ElemType) > 128)

Completed in 294 milliseconds