Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp226 bool bo = type.IsArrayContainsPrimTypes();
249 bo = type1.IsArrayContainsPrimTypes();
/arkcompiler/runtime_core/assembler/
Dassembly-type.h84 bool IsArrayContainsPrimTypes() const in IsArrayContainsPrimTypes() function
Dassembly-parser.cpp1756 if (!type.IsArrayContainsPrimTypes() && in ParseOperandType()