Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:WC

225   virtual void initImpl(Op OC, bool HasId = true, SPIRVWord WC = 0,
233 if (WC)
234 SPIRVEntry::setWordCount(WC);
263 SPIRVWord WC = TheOps.size() + 1;
265 ++WC;
267 ++WC;
269 if (WordCount == WC) {
272 assert(HasVariWC && WC >= WordCount && "Invalid word count");
273 SPIRVEntry::setWordCount(WC);
276 SPIRVEntry::setWordCount(WC);
394 SPIRVWord WC = 0,
407 this->initImpl(OC, HasId, WC, HasVariableWC, Literal1, Literal2, Literal3);
1655 static const SPIRVWord WC = 9;
1660 :SPIRVInstruction(WC, OC, TheEvent->getType(), TheId, TheBB),
1694 assert(WordCount == WC);