Home
last modified time | relevance | path

Searched defs:getElementByteSize (Results 1 – 3 of 3) 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/llvm/include/llvm/SandboxIR/
H A DConstant.h555 uint64_t getElementByteSize() const { in getElementByteSize() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2847 uint64_t ConstantDataSequential::getElementByteSize() const { in getElementByteSize() function in ConstantDataSequential