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 37 virtual unsigned getSizeInBits() const = 0;
51 unsigned getSizeInBits() const {
68 unsigned getSizeInBits() const {
69 return getNumElements() * getElementType().getSizeInBits();
102 return isExtendedVector() && getSizeInBits() == 64;
107 return isExtendedVector() && getSizeInBits() == 128;
122 return LLVMTy->getSizeInBits();
  /external/llvm/include/llvm/IR/
DataLayout.h 399 uint64_t getSizeInBits() const {
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 344 unsigned getSizeInBits() const {
356 llvm_unreachable("getSizeInBits called on extended MVT.");
412 return (getSizeInBits() + 7) / 8;
423 return getSizeInBits() > VT.getSizeInBits();
428 return getSizeInBits() >= VT.getSizeInBits();
433 return getSizeInBits() < VT.getSizeInBits();
438 return getSizeInBits() <= VT.getSizeInBits()
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 248 uint64_t getSizeInBits() const { return getUInt64Field(5); }
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 780 uint64_t getSizeInBits() const { return Size; }
    [all...]

Completed in 70 milliseconds