Home
last modified time | relevance | path

Searched refs:negation_node (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp65 std::unique_ptr<SENode> negation_node{new SENegative(this)}; in CreateNegation() local
66 negation_node->AddChild(operand); in CreateNegation()
67 return GetCachedOrAdd(std::move(negation_node)); in CreateNegation()
/third_party/spirv-tools/source/opt/
Dscalar_analysis.cpp65 std::unique_ptr<SENode> negation_node{new SENegative(this)}; in CreateNegation() local
66 negation_node->AddChild(operand); in CreateNegation()
67 return GetCachedOrAdd(std::move(negation_node)); in CreateNegation()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis.cpp65 std::unique_ptr<SENode> negation_node{new SENegative(this)}; in CreateNegation() local
66 negation_node->AddChild(operand); in CreateNegation()
67 return GetCachedOrAdd(std::move(negation_node)); in CreateNegation()