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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 847 CharUnits TypeSizeInBytes =
849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 1314 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize();
1321 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes));
1324 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes);
1330 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes));

Completed in 19 milliseconds