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

  /external/llvm/lib/IR/
DataLayout.cpp 167 setAlignment(FLOAT_ALIGN, 2, 2, 16); // half
168 setAlignment(FLOAT_ALIGN, 4, 4, 32); // float
169 setAlignment(FLOAT_ALIGN, 8, 8, 64); // double
170 setAlignment(FLOAT_ALIGN, 16, 16, 128); // ppcf128, quad, ...
262 case 'f': AlignType = FLOAT_ALIGN; break;
602 AlignType = FLOAT_ALIGN;
  /external/llvm/include/llvm/IR/
DataLayout.h 45 FLOAT_ALIGN = 'f', ///< Floating point type alignment

Completed in 51 milliseconds