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 105 retval.AlignType = align_type;
114 return (AlignType == rhs.AlignType
257 AlignTypeEnum AlignType;
260 case 'i': AlignType = INTEGER_ALIGN; break;
261 case 'v': AlignType = VECTOR_ALIGN; break;
262 case 'f': AlignType = FLOAT_ALIGN; break;
263 case 'a': AlignType = AGGREGATE_ALIGN; break;
264 case 's': AlignType = STACK_ALIGN; break;
281 setAlignment(AlignType, ABIAlign, PrefAlign, Size)
    [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 58 unsigned AlignType : 8; ///< Alignment type (AlignTypeEnum)

Completed in 42 milliseconds