Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp777 void InitStringInst::DumpOpcode(std::ostream *out) const in DumpOpcode()
Dinst.h3018 class InitStringInst : public FixedInputsInst2 {
3020 DECLARE_INST(InitStringInst);
3024InitStringInst(Opcode opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst *input1, String… in InitStringInst() function