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; in setOpWords() local
265 ++WC; in setOpWords()
267 ++WC; in setOpWords()
269 if (WordCount == WC) { in setOpWords()
272 assert(HasVariWC && WC >= WordCount && "Invalid word count"); in setOpWords()
273 SPIRVEntry::setWordCount(WC); in setOpWords()
276 SPIRVEntry::setWordCount(WC); in setOpWords()
394 SPIRVWord WC = 0,
407 this->initImpl(OC, HasId, WC, HasVariableWC, Literal1, Literal2, Literal3); in init()
1655 static const SPIRVWord WC = 9;
1660 :SPIRVInstruction(WC, OC, TheEvent->getType(), TheId, TheBB),
1694 assert(WordCount == WC);