| 2421 | } |
| 2422 | |
| 2423 | void AddInstrStore(ILOperand *op, int op0, int op1) { |
| 2424 | CodeGen.OpStore(op0, op1); |
| 2425 | UpdateValue(op, op1); |
| 2426 | return; |
| 2427 | } |
| 2428 | |
| 2429 | int AddInstrVariableDeclaration(ILOperand *op, RefPtr<ILType> typeIL, StorageClass store, String DebugName = "", int UniformOrBuffer = 0) |
| 2430 | { |
no test coverage detected