Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp322 void CompareAnyTypeInst::DumpOpcode(std::ostream *out) const in DumpOpcode()
Dinst.h1905 class CompareAnyTypeInst : public AnyTypeMixin<FixedInputsInst1> {
1910CompareAnyTypeInst(Opcode opcode, uint32_t pc, AnyBaseType any_type) : BaseInst(opcode, DataType::… in CompareAnyTypeInst() function
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp6316 const CompareAnyTypeInst *cati = INS(2).CastToCompareAnyType(); in TEST_F()