Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6179 for (auto *MovedExtInst : MovedExts) { in canFormExtLd() local
6180 if (isa<LoadInst>(MovedExtInst->getOperand(0))) { in canFormExtLd()
6181 LI = cast<LoadInst>(MovedExtInst->getOperand(0)); in canFormExtLd()
6182 Inst = MovedExtInst; in canFormExtLd()