Home
last modified time | relevance | path

Searched refs:TheInitializer (Results 1 – 1 of 1) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h444 SPIRVValue *TheInitializer, const std::string &TheName, in SPIRVVariable() argument
447 :SPIRVInstruction(TheInitializer ? 5 : 4, OpVariable, TheType, in SPIRVVariable()
450 if (TheInitializer) in SPIRVVariable()
451 Initializer.push_back(TheInitializer->getId()); in SPIRVVariable()