Home
last modified time | relevance | path

Searched refs:getElementByteSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h87 size_t getElementByteSize() const { return ElementSize; } in getElementByteSize() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp480 …m_intptr_ty, cstr ? (string_array->getNumElements() - 1) * string_array->getElementByteSize() : 0,… in RewriteObjCConstString()
482 switch (cstr ? string_array->getElementByteSize() : 1) { in RewriteObjCConstString()
496 string_array->getElementByteSize()); in RewriteObjCConstString()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h555 uint64_t getElementByteSize() const { in getElementByteSize() function
556 return cast<llvm::ConstantDataSequential>(Val)->getElementByteSize(); in getElementByteSize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2822 return StringRef(DataElements, getNumElements()*getElementByteSize()); in getRawDataValues()
2847 uint64_t ConstantDataSequential::getElementByteSize() const { in getElementByteSize() function in ConstantDataSequential
2854 return DataElements + Elt * getElementByteSize(); in getElementPointer()
3207 unsigned EltSize = getElementByteSize(); in isSplatData()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h657 LLVM_ABI uint64_t getElementByteSize() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3731 uint64_t ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential()