Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp880 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable() local
881 OtherGep = cast<GetElementPtrInst>(OtherLd->getPointerOperand()); in makeGepsAvailable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13870 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(Val)) { in getStoreMergeCandidates() local
13871 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()