Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp210 {OpCode::TRUNC_FLOAT_TO_INT64, &LLVMIRBuilder::HandleTruncFloatToInt}, in InitializeHandlers()
211 {OpCode::TRUNC_FLOAT_TO_INT32, &LLVMIRBuilder::HandleTruncFloatToInt}, in InitializeHandlers()
1804 void LLVMIRBuilder::HandleTruncFloatToInt(GateRef gate) in HandleTruncFloatToInt() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp476 HandleTruncFloatToInt(gate); in HandleBB()
480 HandleTruncFloatToInt(gate); in HandleBB()
2038 void LiteCGIRBuilder::HandleTruncFloatToInt(GateRef gate) in HandleTruncFloatToInt() function in panda::ecmascript::kungfu::LiteCGIRBuilder