Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8553 unsigned StoredBytes = StoreMemVT.getStoreSize(); in expandUnalignedStore() local
8555 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes; in expandUnalignedStore()
8594 EVT::getIntegerVT(*DAG.getContext(), 8 * (StoredBytes - Offset)); in expandUnalignedStore()