Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1199 SmallVector<Value *> NewPhiValues; in foldOpIntoPhi() local
1224 NewPhiValues.push_back(NewVal); in foldOpIntoPhi()
1233 NewPhiValues.push_back(nullptr); in foldOpIntoPhi()
1282 if (NewPhiValues[i]) in foldOpIntoPhi()
1283 NewPN->addIncoming(NewPhiValues[i], PN->getIncomingBlock(i)); in foldOpIntoPhi()