Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp327 void CastAnyTypeValueInst::DumpOpcode(std::ostream *out) const in DumpOpcode()
Dinst.h1934 class CastAnyTypeValueInst : public AnyTypeMixin<FixedInputsInst1> {
1939 CastAnyTypeValueInst(Opcode opcode, uint32_t pc, AnyBaseType any_type) in CastAnyTypeValueInst() function
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp6341 const CastAnyTypeValueInst *catvi = INS(2).CastToCastAnyTypeValue(); in TEST_F()