Searched refs:TypeByteWidth (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 132 unsigned PrefAlign, uint32_t TypeByteWidth, in get() argument 139 retval.TypeByteWidth = TypeByteWidth; in get() 149 && TypeByteWidth == rhs.TypeByteWidth in operator ==() 495 unsigned PrefAlign, uint32_t TypeByteWidth, in setPointerAlignment() argument 504 TypeByteWidth, IndexWidth)); in setPointerAlignment() 508 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment() 635 return I->TypeByteWidth; in getPointerSize() 641 MaxPointerSize = std::max(MaxPointerSize, P.TypeByteWidth); in getMaxPointerSize()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 93 uint32_t TypeByteWidth; member 99 unsigned PrefAlign, uint32_t TypeByteWidth, 171 unsigned PrefAlign, uint32_t TypeByteWidth,
|