Home
last modified time | relevance | path

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

/external/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
174 IntConstant* AsIntConstant() override { return this; } in AsIntConstant() function
175 const IntConstant* AsIntConstant() const override { return this; } in AsIntConstant() function
/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
174 IntConstant* AsIntConstant() override { return this; } in AsIntConstant() function
175 const IntConstant* AsIntConstant() const override { return this; } in AsIntConstant() function