Home
last modified time | relevance | path

Searched refs:FoldFPConstBinary (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h93 ConstvalNode *FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp422 ConstvalNode *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, in FoldFPConstBinary() function in maple::__anon90::ConstantFold
507 DEBUG_ASSERT(false, "Unexpected opcode in FoldFPConstBinary"); in FoldFPConstBinary()
511 DEBUG_ASSERT(false, "Unknown opcode for FoldFPConstBinary"); in FoldFPConstBinary()
705 returnValue = FoldFPConstBinary(opcode, resultType, const0, const1); in FoldConstBinary()

Completed in 5 milliseconds