Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/
H A Dconstantfold_test.cpp36 MIRIntConst *mc_int_ptr1, *mc_int_ptr2; in TEST() local
37 mc_int_ptr1 = GlobalTables::GetIntConstTable().GetOrCreateIntConst(2, *GlobalTables::GetTypeTable().GetInt64()); in TEST()
50 ans = cf_obj.FoldIntConstBinaryMIRConst(input_op_ls[i], resultType, *mc_int_ptr1, *mc_int_ptr2); in TEST()
101 MIRIntConst *mc_int_ptr0, *mc_int_ptr1; in TEST() local
103 mc_int_ptr1 = GlobalTables::GetIntConstTable().GetOrCreateIntConst(1, *GlobalTables::GetTypeTable().GetInt64()); in TEST()
111 constvalnode1.SetConstVal(mc_int_ptr1); in TEST()

Completed in 1 milliseconds