OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SENegative
(Results
1 - 4
of
4
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h
34
class
SENegative
;
181
DeclareCastMethod(
SENegative
);
299
class
SENegative
: public SENode {
301
explicit
SENegative
(ScalarEvolutionAnalysis* parent_analysis)
306
SENegative
* AsSENegative() override { return this; }
307
const
SENegative
* AsSENegative() const override { return this; }
scalar_analysis.cpp
65
std::unique_ptr<SENode> negation_node{new
SENegative
(this)};
873
Signedness Visit(const
SENegative
* node) {
[
all
...]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h
34
class
SENegative
;
181
DeclareCastMethod(
SENegative
);
299
class
SENegative
: public SENode {
301
explicit
SENegative
(ScalarEvolutionAnalysis* parent_analysis)
306
SENegative
* AsSENegative() override { return this; }
307
const
SENegative
* AsSENegative() const override { return this; }
scalar_analysis.cpp
65
std::unique_ptr<SENode> negation_node{new
SENegative
(this)};
873
Signedness Visit(const
SENegative
* node) {
[
all
...]
Completed in 49 milliseconds