Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h74 ConstvalNode *FoldConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp698 ConstvalNode *ConstantFold::FoldConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, in FoldConstBinary() function in maple::__anon90::ConstantFold
707 DEBUG_ASSERT(false, "Unhandled case for FoldConstBinary"); in FoldConstBinary()
1507 result = FoldConstBinary(op, primType, *lConst, *rConst); in FoldBinary()

Completed in 4 milliseconds