Home
last modified time | relevance | path

Searched defs:doubleToInt (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2241 GateRef doubleToInt = builder_.TruncDoubleToInt(glue, doubleLength, base::INT32_BITS); in LowerArrayConstructor() local
2335 GateRef doubleToInt = builder_.TruncDoubleToInt(glue_, doubleLength, base::INT32_BITS); in ConvertFloat32ArrayConstructorLength() local
Dcommon_stubs.cpp223 GateRef doubleToInt = DoubleToInt(glue, doubleLength, base::INT32_BITS); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp5122 GateRef doubleToInt = DoubleToInt(glue, doubleLength); in GenArrayConstructor() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1106 auto *doubleToInt = in EmitJsCastDoubleToChar() local