Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp960 EXPECT_NE(input_types_mixin1.GetInputTypes(), nullptr); in __anon7b7a1abf1502()
962 EXPECT_EQ(input_types_mixin1.GetInputTypes()->size(), 0); in __anon7b7a1abf1502()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1832 ArenaVector<DataType::Type> *GetInputTypes() in GetInputTypes() function