Home
last modified time | relevance | path

Searched defs:intVal (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/include/
Dmdlexer.h126 int32 intVal = 0; /* store integer when token */ variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.h333 if (auto intVal = static_cast<int32_t>(number); number == static_cast<double>(intVal)) { in FpToStringDecimalRadix() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp508 GateRef intVal = builder_.ChangeTaggedPointerToInt64(value); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dmcr_lowering.cpp477 GateRef intVal = builder_.GetInt64OfTInt(gate); in ConvertTaggedNumberToBool() local
1238 GateRef intVal = builder_.TruncInt64ToInt32(value); in LowerMigrateFromHoleIntToHoleNumber() local
Dstub_builder.cpp9896 GateRef intVal = TruncInt64ToInt32(value); in MigrateFromHoleIntToHoleNumber() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp790 int intVal = number.GetInt(); in NumberToString() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2085 …auto intVal = builder_.CreateBitCast(value, builder_.getIntNTy(value->getType()->getScalarSizeInBi… in EncodeSaveStateInputs() local