Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp126 Align PrefAlign, uint32_t TypeByteWidth, in get() argument
133 retval.TypeByteWidth = TypeByteWidth; in get()
143 && TypeByteWidth == rhs.TypeByteWidth in operator ==()
520 Align PrefAlign, uint32_t TypeByteWidth, in setPointerAlignment() argument
529 TypeByteWidth, IndexWidth)); in setPointerAlignment()
533 I->TypeByteWidth = TypeByteWidth; in setPointerAlignment()
660 return I->TypeByteWidth; in getPointerSize()
666 MaxPointerSize = std::max(MaxPointerSize, P.TypeByteWidth); in getMaxPointerSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h93 uint32_t TypeByteWidth; member
99 Align PrefAlign, uint32_t TypeByteWidth,
181 uint32_t TypeByteWidth, uint32_t IndexWidth);