HomeSort by: relevance | last modified time | path
    Searched refs:TypeBitWidth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
DataLayout.cpp 111 retval.TypeBitWidth = bit_width;
120 && TypeBitWidth == rhs.TypeBitWidth);
195 E.PrefAlign, E.TypeBitWidth))
555 return std::make_pair(E.AlignType, E.TypeBitWidth) < Pair;
574 I->AlignType == (unsigned)align_type && I->TypeBitWidth == bit_width) {
781 I->TypeBitWidth == BitWidth)
798 I->TypeBitWidth == BitWidth)
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h 75 unsigned TypeBitWidth : 24;

Completed in 15 milliseconds