Searched refs:TypeByteWidth (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 130 unsigned PrefAlign, uint32_t TypeByteWidth) { in get() argument 136 retval.TypeByteWidth = TypeByteWidth; in get() 145 && TypeByteWidth == rhs.TypeByteWidth); in operator ==() 439 uint32_t TypeByteWidth) { in setPointerAlignment() argument 447 TypeByteWidth)); in setPointerAlignment() 451 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment() 604 return I->TypeByteWidth; in getPointerSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
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()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 86 uint32_t TypeByteWidth; member 91 unsigned PrefAlign, uint32_t TypeByteWidth); 152 unsigned PrefAlign, uint32_t TypeByteWidth);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 93 uint32_t TypeByteWidth; member 99 unsigned PrefAlign, uint32_t TypeByteWidth, 171 unsigned PrefAlign, uint32_t TypeByteWidth,
|