Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp198 {OpCode::TRUNC_FLOAT_TO_INT64, &LLVMIRBuilder::HandleTruncFloatToInt}, in InitializeHandlers()
199 {OpCode::TRUNC_FLOAT_TO_INT32, &LLVMIRBuilder::HandleTruncFloatToInt}, in InitializeHandlers()
1542 void LLVMIRBuilder::HandleTruncFloatToInt(GateRef gate) in HandleTruncFloatToInt() function in panda::ecmascript::kungfu::LLVMIRBuilder