Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3238 unsigned EBytes = MemVT.getStoreSize(); in ExpandIntRes_LOAD() local
3240 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD()
4561 unsigned EBytes = ExtVT.getStoreSize(); in ExpandIntOp_STORE() local
4563 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntOp_STORE()