Searched refs:getMemSize (Results 1 – 4 of 4) sorted by relevance
119 LocationSize Size1 = LdSt1->getMemSize(); in aliasIsKnownForLoadStore()120 LocationSize Size2 = LdSt2->getMemSize(); in aliasIsKnownForLoadStore()
1362 if (8 * LoadMI.getMemSize().getValue() != DstTy.getSizeInBits()) { in narrowScalar()1413 if (8 * StoreMI.getMemSize().getValue() != SrcTy.getSizeInBits()) { in narrowScalar()4629 if (ValTy.getSizeInBits() != 8 * LdStMI.getMemSize().getValue()) { in reduceLoadStoreWidth()
70 LocationSize getMemSize() const { return getMMO().getSize(); } in getMemSize() function
2884 uint64_t MemSizeInBytes = LdSt.getMemSize().getValue(); in select()