Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp334 bool is_support_int32 = GetBasicBlock()->GetGraph()->IsBytecodeOptimizer(); in Clone() local
337 … new_cnst = targetGraph->CreateInstConstant(static_cast<int32_t>(GetIntValue()), is_support_int32); in Clone()
340 new_cnst = targetGraph->CreateInstConstant(GetIntValue(), is_support_int32); in Clone()
343 new_cnst = targetGraph->CreateInstConstant(GetFloatValue(), is_support_int32); in Clone()
346 new_cnst = targetGraph->CreateInstConstant(GetDoubleValue(), is_support_int32); in Clone()
349 new_cnst = targetGraph->CreateInstConstant(GetRawValue(), is_support_int32); in Clone()
Dgraph.h1126 bool is_support_int32 = IsBytecodeOptimizer(); in FindOrCreateConstant() local
1128 first_const_inst_ = CreateInstConstant(value, is_support_int32); in FindOrCreateConstant()
1135 if (current_const->IsEqualConst(value, is_support_int32)) { in FindOrCreateConstant()
1142 auto *new_const = CreateInstConstant(value, is_support_int32); in FindOrCreateConstant()