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

  /external/llvm/lib/IR/
DataLayout.cpp 106 retval.AlignType = align_type;
115 return (AlignType == rhs.AlignType
188 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign,
276 AlignTypeEnum AlignType;
279 case 'i': AlignType = INTEGER_ALIGN; break;
280 case 'v': AlignType = VECTOR_ALIGN; break;
281 case 'f': AlignType = FLOAT_ALIGN; break;
282 case 'a': AlignType = AGGREGATE_ALIGN; break;
288 assert((AlignType != AGGREGATE_ALIGN || Size == 0) &
    [all...]
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 55 template<int alignment, int size> struct AlignType { };
56 template<int size> struct AlignType<0, size> { typedef char result[size]; };
63 template<int size> struct AlignType<X, size> { \
86 typename AlignType<CERES_ALIGN_OF(T), sizeof(T) * Size>::result
  /external/llvm/include/llvm/IR/
DataLayout.h 63 unsigned AlignType : 8; ///< Alignment type (AlignTypeEnum)

Completed in 80 milliseconds