Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1584 SmallVector<Value *> NewPhiValues; in foldOpIntoPhi() local
1592 NewPhiValues.push_back(NewVal); in foldOpIntoPhi()
1600 NewPhiValues.push_back(nullptr); in foldOpIntoPhi()
1650 if (NewPhiValues[i]) in foldOpIntoPhi()
1651 NewPN->addIncoming(NewPhiValues[i], PN->getIncomingBlock(i)); in foldOpIntoPhi()