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 164 { INTEGER_ALIGN, 1, 1, 1 }, // i1
165 { INTEGER_ALIGN, 8, 1, 1 }, // i8
166 { INTEGER_ALIGN, 16, 2, 2 }, // i16
167 { INTEGER_ALIGN, 32, 4, 4 }, // i32
168 { INTEGER_ALIGN, 64, 4, 8 }, // i64
279 case 'i': AlignType = INTEGER_ALIGN; break;
422 if (AlignType == INTEGER_ALIGN &&
423 Alignments[i].AlignType == INTEGER_ALIGN) {
441 if (AlignType == INTEGER_ALIGN) {
659 AlignType = INTEGER_ALIGN;
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 49 INTEGER_ALIGN = 'i', ///< Integer type alignment

Completed in 46 milliseconds