Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp2088 Value *ExpandInst = Rewriter.expandCodeFor(AddRec, WideType, InsertPt); in createWideIV() local
2091 if (!(WidePhi = dyn_cast<PHINode>(ExpandInst))) { in createWideIV()
2095 if (ExpandInst->use_empty() && in createWideIV()
2096 Rewriter.isInsertedInstruction(cast<Instruction>(ExpandInst))) in createWideIV()
2097 DeadInsts.emplace_back(ExpandInst); in createWideIV()