Searched refs:newOutVar (Results 1 – 1 of 1) sorted by relevance
856 TVariable *newOutVar = new TVariable(symbolTable, originInOutVar->getName(), newOutVarType, in ReplaceInOutVariables() local858 newOutVarArray[inputAttachmentIndex] = newOutVar; in ReplaceInOutVariables()874 for (auto newOutVar = newOutVarArray.begin(); newOutVar != newOutVarArray.end(); newOutVar++) in ReplaceInOutVariables() local876 const unsigned int index = newOutVar->first; in ReplaceInOutVariables()877 replacementMap[toBeReplaced[index]] = new TIntermSymbol(newOutVar->second); in ReplaceInOutVariables()