Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp332 void CastValueToAnyTypeInst::DumpOpcode(std::ostream *out) const in DumpOpcode()
Dinst.h1971 class CastValueToAnyTypeInst : public AnyTypeMixin<FixedInputsInst1> {
1976 CastValueToAnyTypeInst(Opcode opcode, uint32_t pc) : BaseInst(opcode, DataType::ANY, pc) {} in CastValueToAnyTypeInst() function
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp723 CastValueToAnyTypeInst castValueToAnyType; in __anonb8e9e89d0f02()