Searched refs:MovedExtInst (Results 1 – 1 of 1) sorted by relevance
6434 for (auto *MovedExtInst : MovedExts) { in canFormExtLd() local6435 if (isa<LoadInst>(MovedExtInst->getOperand(0))) { in canFormExtLd()6436 LI = cast<LoadInst>(MovedExtInst->getOperand(0)); in canFormExtLd()6437 Inst = MovedExtInst; in canFormExtLd()