Home
last modified time | relevance | path

Searched defs:AsIntConstant (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h68 virtual IntConstant* AsIntConstant() { return nullptr; } in AsIntConstant() function
79 virtual const IntConstant* AsIntConstant() const { return nullptr; } in AsIntConstant() function
182 IntConstant* AsIntConstant() override { return this; } in AsIntConstant() function
183 const IntConstant* AsIntConstant() const override { return this; } in AsIntConstant() function
/third_party/spirv-tools/source/opt/
Dconstants.h68 virtual IntConstant* AsIntConstant() { return nullptr; } in AsIntConstant() function
79 virtual const IntConstant* AsIntConstant() const { return nullptr; } in AsIntConstant() function
197 IntConstant* AsIntConstant() override { return this; } in AsIntConstant() function
198 const IntConstant* AsIntConstant() const override { return this; } in AsIntConstant() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h68 virtual IntConstant* AsIntConstant() { return nullptr; } in AsIntConstant() function
79 virtual const IntConstant* AsIntConstant() const { return nullptr; } in AsIntConstant() function
182 IntConstant* AsIntConstant() override { return this; } in AsIntConstant() function
183 const IntConstant* AsIntConstant() const override { return this; } in AsIntConstant() function