Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_test.cpp90 void CreateGraphForOverflowTest(Graph *graph, Opcode overflowOpcode);
676 void CodegenTest::CreateGraphForOverflowTest(Graph *graph, Opcode overflowOpcode) in CreateGraphForOverflowTest() function in panda::compiler::CodegenTest
1091 CreateGraphForOverflowTest(graph, Opcode::AddOverflow); in TEST_F()
1142 CreateGraphForOverflowTest(graph, Opcode::SubOverflow); in TEST_F()