Home
last modified time | relevance | path

Searched refs:FLOAT_ALIGN (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DDataLayout.cpp167 setAlignment(FLOAT_ALIGN, 2, 2, 16); // half in init()
168 setAlignment(FLOAT_ALIGN, 4, 4, 32); // float in init()
169 setAlignment(FLOAT_ALIGN, 8, 8, 64); // double in init()
170 setAlignment(FLOAT_ALIGN, 16, 16, 128); // ppcf128, quad, ... in init()
260 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()
568 AlignType = FLOAT_ALIGN; in getAlignment()
/external/llvm/include/llvm/IR/
DDataLayout.h47 FLOAT_ALIGN = 'f', ///< Floating point type alignment enumerator