Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7647 unsigned StoredBytes = StoreMemVT.getStoreSize(); in expandUnalignedStore() local
7649 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes; in expandUnalignedStore()
7688 EVT::getIntegerVT(*DAG.getContext(), 8 * (StoredBytes - Offset)); in expandUnalignedStore()