Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5231 for (auto *MovedExtInst : MovedExts) { in canFormExtLd() local
5232 if (isa<LoadInst>(MovedExtInst->getOperand(0))) { in canFormExtLd()
5233 LI = cast<LoadInst>(MovedExtInst->getOperand(0)); in canFormExtLd()
5234 Inst = MovedExtInst; in canFormExtLd()