Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp200 {OpCode::TRUNC_FLOAT_TO_INT64, &LLVMIRBuilder::HandleTruncFloatToInt}, in InitializeHandlers()
201 {OpCode::TRUNC_FLOAT_TO_INT32, &LLVMIRBuilder::HandleTruncFloatToInt}, in InitializeHandlers()
1676 void LLVMIRBuilder::HandleTruncFloatToInt(GateRef gate) in HandleTruncFloatToInt() function in panda::ecmascript::kungfu::LLVMIRBuilder
Dlitecg_ir_builder.cpp449 {OpCode::TRUNC_FLOAT_TO_INT64, &LiteCGIRBuilder::HandleTruncFloatToInt}, in InitializeHandlers()
450 {OpCode::TRUNC_FLOAT_TO_INT32, &LiteCGIRBuilder::HandleTruncFloatToInt}, in InitializeHandlers()
1596 void LiteCGIRBuilder::HandleTruncFloatToInt(GateRef gate) in HandleTruncFloatToInt() function in panda::ecmascript::kungfu::LiteCGIRBuilder