Home
last modified time | relevance | path

Searched refs:new_cnst (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp334 Inst *new_cnst = nullptr; in Clone() local
338 new_cnst = targetGraph->CreateInstConstant(static_cast<int32_t>(GetIntValue()), is_support_int32); in Clone()
341 new_cnst = targetGraph->CreateInstConstant(GetIntValue(), is_support_int32); in Clone()
344 new_cnst = targetGraph->CreateInstConstant(GetFloatValue(), is_support_int32); in Clone()
347 new_cnst = targetGraph->CreateInstConstant(GetDoubleValue(), is_support_int32); in Clone()
350 new_cnst = targetGraph->CreateInstConstant(GetRawValue(), is_support_int32); in Clone()
351 new_cnst->SetType(DataType::ANY); in Clone()
357 new_cnst->SetDstReg(GetDstReg()); in Clone()
359 return new_cnst; in Clone()

Completed in 1 milliseconds