Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1791 SmallVector<Value *> NewPhiValues; in foldOpIntoPhi() local
1799 NewPhiValues.push_back(NewVal); in foldOpIntoPhi()
1807 NewPhiValues.push_back(nullptr); in foldOpIntoPhi()
1857 if (NewPhiValues[i]) in foldOpIntoPhi()
1858 NewPN->addIncoming(NewPhiValues[i], PN->getIncomingBlock(i)); in foldOpIntoPhi()