Searched refs:getMemSize (Results 1 – 4 of 4) sorted by relevance
61 uint64_t getMemSize() const { return getMMO().getSize(); in getMemSize() function
118 int64_t Size1 = LdSt1->getMemSize(); in aliasIsKnownForLoadStore()119 int64_t Size2 = LdSt2->getMemSize(); in aliasIsKnownForLoadStore()
1040 if (8 * LoadMI.getMemSize() != DstTy.getSizeInBits()) { in narrowScalar()1091 if (8 * StoreMI.getMemSize() != SrcTy.getSizeInBits()) { in narrowScalar()4034 if (ValTy.getSizeInBits() != 8 * LdStMI.getMemSize()) { in reduceLoadStoreWidth()
2775 uint64_t MemSizeInBytes = LdSt.getMemSize(); in select()