HomeSort by relevance Sort by last modified time
    Searched defs:getSizeInBits (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 85 unsigned BitWidth = EltTy.getSizeInBits();
162 return (getSizeInBits() & 7) == 0;
167 unsigned BitSize = getSizeInBits();
174 return getSizeInBits() == VT.getSizeInBits();
180 return getSizeInBits() > VT.getSizeInBits();
186 return getSizeInBits() >= VT.getSizeInBits();
192 return getSizeInBits() < VT.getSizeInBits()
    [all...]
MachineValueType.h 360 unsigned getSizeInBits() const {
363 llvm_unreachable("getSizeInBits called on extended MVT.");
433 return getScalarType().getSizeInBits();
439 return (getSizeInBits() + 7) / 8;
450 return getSizeInBits() > VT.getSizeInBits();
455 return getSizeInBits() >= VT.getSizeInBits();
460 return getSizeInBits() < VT.getSizeInBits();
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 492 uint64_t getSizeInBits() const {
536 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
DebugInfo.h 308 uint64_t getSizeInBits() const { return getUInt64Field(5); }
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 748 uint64_t getSizeInBits() const { return Size; }
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 181 unsigned getSizeInBits() const { return Bitwidth; }
1073 if (BaseType.getSizeInBits() == 128 && !BaseType.noManglingQ()) {
    [all...]

Completed in 96 milliseconds