Home
last modified time | relevance | path

Searched refs:VisitSubOverflow (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.h94 static void VisitSubOverflow(GraphVisitor *visitor, Inst *inst);
Dencode_visitor.cpp2330 void EncodeVisitor::VisitSubOverflow(GraphVisitor *visitor, Inst *inst) in VisitSubOverflow() function in ark::compiler::EncodeVisitor
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h267 static void VisitSubOverflow([[maybe_unused]] GraphVisitor *v, Inst *inst);
Dgraph_checker.cpp1427 void GraphChecker::VisitSubOverflow([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker