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

/external/llvm/include/llvm/IR/
H A DDataLayout.h373 /// getTypeAllocSizeInBits - Return the offset in bits between successive
377 uint64_t getTypeAllocSizeInBits(Type *Ty) const { function in class:llvm::DataLayout
532 getTypeAllocSizeInBits(ATy->getElementType());

Completed in 153 milliseconds