Home | History | Annotate | Download | only in SPIRV

Lines Matching defs:IncomingPairs

1017     std::vector<SPIRVValue *> IncomingPairs;
1019 IncomingPairs.push_back(transValue(Phi->getIncomingValue(I), BB));
1020 IncomingPairs.push_back(transValue(Phi->getIncomingBlock(I), nullptr));
1022 return mapValue(V, BM->addPhiInst(transType(Phi->getType()), IncomingPairs,