Home
last modified time | relevance | path

Searched refs:SENegative (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h34 class SENegative; variable
182 DeclareCastMethod(SENegative) in DeclareCastMethod()
301 class SENegative : public SENode {
303 explicit SENegative(ScalarEvolutionAnalysis* parent_analysis) in SENegative() function
308 SENegative* AsSENegative() override { return this; } in AsSENegative()
309 const SENegative* AsSENegative() const override { return this; } in AsSENegative()
Dscalar_analysis.cpp65 std::unique_ptr<SENode> negation_node{new SENegative(this)}; in CreateNegation()
873 Signedness Visit(const SENegative* node) { in Visit()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis_nodes.h34 class SENegative; variable
182 DeclareCastMethod(SENegative) in DeclareCastMethod()
301 class SENegative : public SENode {
303 explicit SENegative(ScalarEvolutionAnalysis* parent_analysis) in SENegative() function
308 SENegative* AsSENegative() override { return this; } in AsSENegative()
309 const SENegative* AsSENegative() const override { return this; } in AsSENegative()
Dscalar_analysis.cpp65 std::unique_ptr<SENode> negation_node{new SENegative(this)}; in CreateNegation()
873 Signedness Visit(const SENegative* node) { in Visit()
/third_party/spirv-tools/source/opt/
Dscalar_analysis_nodes.h34 class SENegative; variable
182 DeclareCastMethod(SENegative) in DeclareCastMethod()
301 class SENegative : public SENode {
303 explicit SENegative(ScalarEvolutionAnalysis* parent_analysis) in SENegative() function
308 SENegative* AsSENegative() override { return this; } in AsSENegative()
309 const SENegative* AsSENegative() const override { return this; } in AsSENegative()
Dscalar_analysis.cpp65 std::unique_ptr<SENode> negation_node{new SENegative(this)}; in CreateNegation()
873 Signedness Visit(const SENegative* node) { in Visit()