Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6163 for (auto *MovedExtInst : MovedExts) { in canFormExtLd() local
6164 if (isa<LoadInst>(MovedExtInst->getOperand(0))) { in canFormExtLd()
6165 LI = cast<LoadInst>(MovedExtInst->getOperand(0)); in canFormExtLd()
6166 Inst = MovedExtInst; in canFormExtLd()