Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h56 virtual IntConstant* AsIntConstant() { return nullptr; } in AsIntConstant() function
66 virtual const IntConstant* AsIntConstant() const { return nullptr; } in AsIntConstant() function
112 IntConstant* AsIntConstant() override { return this; } in AsIntConstant() function
113 const IntConstant* AsIntConstant() const override { return this; } in AsIntConstant() function
/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/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
/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