Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp57 std::vector<Instruction*> const_insts; in GetConstants() local
59 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
61 return const_insts; in GetConstants()
65 std::vector<const Instruction*> const_insts; in GetConstants() local
67 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
69 return const_insts; in GetConstants()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp57 std::vector<Instruction*> const_insts; in GetConstants() local
59 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
61 return const_insts; in GetConstants()
65 std::vector<const Instruction*> const_insts; in GetConstants() local
67 if (IsConstantInst(inst.opcode())) const_insts.push_back(&inst); in GetConstants()
69 return const_insts; in GetConstants()