Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp109 auto *LdSt2 = dyn_cast<GLoadStore>(&MI2); in aliasIsKnownForLoadStore() local
110 if (!LdSt1 || !LdSt2) in aliasIsKnownForLoadStore()
114 BaseIndexOffset BasePtr1 = getPointerInfo(LdSt2->getPointerReg(), MRI); in aliasIsKnownForLoadStore()
120 LocationSize Size2 = LdSt2->getMemSize(); in aliasIsKnownForLoadStore()