Searched defs:getElementByteSize (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TensorSpec.h | 82 size_t getElementByteSize() const { return ElementSize; } getElementByteSize() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 2667 uint64_t ConstantDataSequential::getElementByteSize() const { getElementByteSize() function in ConstantDataSequential |