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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp 108 retval.AlignType = align_type;
117 return (AlignType == rhs.AlignType
194 if (Error Err = setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign,
371 AlignTypeEnum AlignType;
374 case 'i': AlignType = INTEGER_ALIGN; break;
375 case 'v': AlignType = VECTOR_ALIGN; break;
376 case 'f': AlignType = FLOAT_ALIGN; break;
377 case 'a': AlignType = AGGREGATE_ALIGN; break;
386 if (AlignType == AGGREGATE_ALIGN && Size != 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h 74 unsigned AlignType : 8;
151 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
152 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
157 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
hash.d 670 private template bytesHashAlignedBy(AlignType)
672 alias bytesHashAlignedBy = bytesHash!(AlignType.alignof >= uint.alignof);

Completed in 22 milliseconds