Lines Matching refs:TheArgs
1141 const std::vector<SPIRVWord> &TheArgs, SPIRVBasicBlock *BB)
1142 :SPIRVInstruction(TheArgs.size() + FixedWordCount, OC, TheType, TheId, BB),
1143 Args(TheArgs){
1148 const std::vector<SPIRVValue *> &TheArgs, SPIRVBasicBlock *BB)
1149 :SPIRVInstruction(TheArgs.size() + FixedWordCount, OC, TheType, TheId, BB) {
1150 Args = getIds(TheArgs);
1182 const std::vector<SPIRVWord> &TheArgs, SPIRVBasicBlock *BB);
1198 const std::vector<SPIRVWord> &TheArgs, SPIRVBasicBlock *BB)
1199 :SPIRVFunctionCallGeneric(TheType, TheId, TheArgs, BB),
1207 const std::vector<SPIRVValue *> &TheArgs, SPIRVBasicBlock *BB)
1208 :SPIRVFunctionCallGeneric(TheType, TheId, TheArgs, BB),