Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6937 for (auto *MovedExtInst : MovedExts) { in canFormExtLd() local
6938 if (isa<LoadInst>(MovedExtInst->getOperand(0))) { in canFormExtLd()
6939 LI = cast<LoadInst>(MovedExtInst->getOperand(0)); in canFormExtLd()
6940 Inst = MovedExtInst; in canFormExtLd()