Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h272 const std::vector<SPIRVValue *> TheElements) in SPIRVConstantComposite() argument
273 :SPIRVValue(M, TheElements.size()+3, OpConstantComposite, TheType, in SPIRVConstantComposite()
275 Elements = getIds(TheElements); in SPIRVConstantComposite()