Searched refs:getElementByteSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DConstants.h591 /// getElementByteSize - Return the size (in bytes) of each element in the
594 uint64_t getElementByteSize() const;
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DConstants.cpp2205 return StringRef(DataElements, getNumElements()*getElementByteSize());
2235 /// getElementByteSize - Return the size in bytes of the elements in the data.
2236 uint64_t ConstantDataSequential::getElementByteSize() const { function in class:ConstantDataSequential
2243 return DataElements+Elt*getElementByteSize();
2548 unsigned EltSize = getElementByteSize();
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1702 unsigned ElementByteSize = CDS->getElementByteSize();

Completed in 180 milliseconds