Searched refs:lengthId (Results 1 – 2 of 2) sorted by relevance
756 const spirv::IdRef lengthId = getUintConstant(length); in declareType() local758 spirv::WriteTypeArray(&mSpirvTypeAndConstantDecls, typeId, subTypeId, lengthId); in declareType()
680 Id lengthId = instr->getIdOperand(1); in getNumTypeConstituents() local681 return module.getInstruction(lengthId)->getImmediateOperand(0); in getNumTypeConstituents()