Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A 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
/aosp_15_r20/external/deqp-deps/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
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A 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