Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp128 Align PrefAlign, uint32_t TypeByteWidth, in get() argument
135 retval.TypeByteWidth = TypeByteWidth; in get()
145 && TypeByteWidth == rhs.TypeByteWidth in operator ==()
602 Align PrefAlign, uint32_t TypeByteWidth, in setPointerAlignment() argument
614 TypeByteWidth, IndexWidth)); in setPointerAlignment()
618 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment()
702 return getPointerAlignElem(AS).TypeByteWidth; in getPointerSize()
708 MaxPointerSize = std::max(MaxPointerSize, P.TypeByteWidth); in getMaxPointerSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h94 uint32_t TypeByteWidth; member
100 Align PrefAlign, uint32_t TypeByteWidth,
182 uint32_t TypeByteWidth, uint32_t IndexWidth);