Searched refs:FoldIntConstBinary (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
H A D | constantfold.h | 80 ConstvalNode *FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 396 DEBUG_ASSERT(false, "Unknown opcode for FoldIntConstBinary"); in FoldIntConstBinaryMIRConst() 407 ConstvalNode *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, in FoldIntConstBinary() function in maple::__anon90::ConstantFold 703 returnValue = FoldIntConstBinary(opcode, resultType, const0, const1); in FoldConstBinary()
|
Completed in 5 milliseconds