Searched refs:OtherLd (Results 1 – 2 of 2) sorted by relevance
880 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable() local881 OtherGep = cast<GetElementPtrInst>(OtherLd->getPointerOperand()); in makeGepsAvailable()
13870 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(Val)) { in getStoreMergeCandidates() local13871 auto LPtr = BaseIndexOffset::match(OtherLd, DAG); in getStoreMergeCandidates()13872 if (LoadVT != OtherLd->getMemoryVT()) in getStoreMergeCandidates()13875 if (!OtherLd->hasNUsesOfValue(1, 0)) in getStoreMergeCandidates()13878 if (OtherLd->isVolatile() || OtherLd->isIndexed()) in getStoreMergeCandidates()