Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6279 for (auto *MovedExtInst : MovedExts) { in canFormExtLd() local
6280 if (isa<LoadInst>(MovedExtInst->getOperand(0))) { in canFormExtLd()
6281 LI = cast<LoadInst>(MovedExtInst->getOperand(0)); in canFormExtLd()
6282 Inst = MovedExtInst; in canFormExtLd()