HomeSort by relevance Sort by last modified time
    Searched refs:TypeByteWidth (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DataLayout.cpp 130 unsigned PrefAlign, uint32_t TypeByteWidth) {
136 retval.TypeByteWidth = TypeByteWidth;
145 && TypeByteWidth == rhs.TypeByteWidth);
395 uint32_t TypeByteWidth) {
400 TypeByteWidth));
404 I->TypeByteWidth = TypeByteWidth;
547 PI.TypeByteWidth == 8
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 84 uint32_t TypeByteWidth; ///< Type byte width
89 unsigned PrefAlign, uint32_t TypeByteWidth);
150 unsigned PrefAlign, uint32_t TypeByteWidth);

Completed in 456 milliseconds