Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDataLayout.cpp125 unsigned PrefAlign, uint32_t TypeByteWidth) { in get() argument
131 retval.TypeByteWidth = TypeByteWidth; in get()
140 && TypeByteWidth == rhs.TypeByteWidth); in operator ==()
434 uint32_t TypeByteWidth) { in setPointerAlignment() argument
442 TypeByteWidth)); in setPointerAlignment()
446 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment()
599 return I->TypeByteWidth; in getPointerSize()
/external/llvm/include/llvm/IR/
DDataLayout.h89 uint32_t TypeByteWidth; member
94 unsigned PrefAlign, uint32_t TypeByteWidth);
155 unsigned PrefAlign, uint32_t TypeByteWidth);