Searched defs:getStoreSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h244 /// getStoreSize - Return the number of bytes overwritten by a store
246 unsigned getStoreSize() const { function in struct:llvm::EVT
253 return getStoreSize() * 8;
H A DMachineValueType.h436 /// getStoreSize - Return the number of bytes overwritten by a store
438 unsigned getStoreSize() const { function in class:llvm::MVT
445 return getStoreSize() * 8;

Completed in 93 milliseconds