| 310 | } |
| 311 | |
| 312 | uint32_t StructPackingPass::getArrayLength( |
| 313 | const analysis::Array& arrayType) const { |
| 314 | return getConstantInt(arrayType.LengthId()); |
| 315 | } |
| 316 | |
| 317 | uint32_t StructPackingPass::getConstantInt(spv::Id id) const { |
| 318 | auto it = constantsMap_.find(id); |