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

  /external/llvm/lib/IR/
DataLayout.cpp 162 setAlignment(INTEGER_ALIGN, 1, 1, 1); // i1
163 setAlignment(INTEGER_ALIGN, 1, 1, 8); // i8
164 setAlignment(INTEGER_ALIGN, 2, 2, 16); // i16
165 setAlignment(INTEGER_ALIGN, 4, 4, 32); // i32
166 setAlignment(INTEGER_ALIGN, 4, 8, 64); // i64
258 case 'i': AlignType = INTEGER_ALIGN; break;
367 if (AlignType == INTEGER_ALIGN &&
368 Alignments[i].AlignType == INTEGER_ALIGN) {
386 if (AlignType == INTEGER_ALIGN) {
558 AlignType = INTEGER_ALIGN;
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 45 INTEGER_ALIGN = 'i', ///< Integer type alignment

Completed in 30 milliseconds