HomeSort by: relevance | last modified time | path
    Searched refs:TypeByteWidth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp 128 Align PrefAlign, uint32_t TypeByteWidth,
135 retval.TypeByteWidth = TypeByteWidth;
145 && TypeByteWidth == rhs.TypeByteWidth
602 Align PrefAlign, uint32_t TypeByteWidth,
614 TypeByteWidth, IndexWidth));
618 I->TypeByteWidth = TypeByteWidth;
702 return getPointerAlignElem(AS).TypeByteWidth;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h 94 uint32_t TypeByteWidth;
100 Align PrefAlign, uint32_t TypeByteWidth,
182 uint32_t TypeByteWidth, uint32_t IndexWidth);

Completed in 59 milliseconds