Searched refs:TheInitializer (Results 1 – 1 of 1) sorted by relevance
444 SPIRVValue *TheInitializer, const std::string &TheName, in SPIRVVariable() argument447 :SPIRVInstruction(TheInitializer ? 5 : 4, OpVariable, TheType, in SPIRVVariable()450 if (TheInitializer) in SPIRVVariable()451 Initializer.push_back(TheInitializer->getId()); in SPIRVVariable()