Home
last modified time | relevance | path

Searched defs:SPIRVConstant (Results 1 – 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h130 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, in SPIRVConstant() function
138 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, float TheValue) in SPIRVConstant() function
145 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, double TheValue) in SPIRVConstant() function
152 SPIRVConstant():SPIRVValue(OpConstant), NumWords(0){} in SPIRVConstant() function
DSPIRVModule.h55 class SPIRVConstant; variable
DSPIRVType.h292 class SPIRVConstant; variable