Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp108 auto *LdSt1 = dyn_cast<GLoadStore>(&MI1); in aliasIsKnownForLoadStore() local
110 if (!LdSt1 || !LdSt2) in aliasIsKnownForLoadStore()
113 BaseIndexOffset BasePtr0 = getPointerInfo(LdSt1->getPointerReg(), MRI); in aliasIsKnownForLoadStore()
119 LocationSize Size1 = LdSt1->getMemSize(); in aliasIsKnownForLoadStore()