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

  /external/llvm/utils/TableGen/
TGValueTypes.cpp 25 virtual unsigned getSizeInBits() const = 0;
36 unsigned getSizeInBits() const {
50 unsigned getSizeInBits() const {
51 return getNumElements() * getElementType().getSizeInBits();
84 return isExtendedVector() && getSizeInBits() == 64;
89 return isExtendedVector() && getSizeInBits() == 128;
104 return LLVMTy->getSizeInBits();
  /external/llvm/include/llvm/Target/
TargetData.h 334 uint64_t getSizeInBits() const {
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 294 unsigned getSizeInBits() const {
303 llvm_unreachable("getSizeInBits called on extended MVT.");
347 return (getSizeInBits() + 7) / 8;
497 unsigned BitWidth = EltTy.getSizeInBits();
564 return (getSizeInBits() & 7) == 0;
569 unsigned BitSize = getSizeInBits();
576 return getSizeInBits() == VT.getSizeInBits();
582 return getSizeInBits() > VT.getSizeInBits();
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 262 uint64_t getSizeInBits() const { return getUInt64Field(5); }
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 776 uint64_t getSizeInBits() const { return Size; }
    [all...]

Completed in 2531 milliseconds