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/
H A Dinst.cpp335 bool is_support_int32 = GetBasicBlock()->GetGraph()->IsBytecodeOptimizer(); 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()
H A Dgraph.h1128 bool is_support_int32 = IsBytecodeOptimizer(); in FindOrCreateConstant() local
1130 first_const_inst_ = CreateInstConstant(value, is_support_int32); in FindOrCreateConstant()
1137 if (current_const->IsEqualConst(value, is_support_int32)) { in FindOrCreateConstant()
1144 auto *new_const = CreateInstConstant(value, is_support_int32); in FindOrCreateConstant()

Completed in 4 milliseconds