Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h56 static MIRIntConst *FoldIntConstUnaryMIRConst(Opcode opcode, PrimType resultType, const MIRIntConst *constNode);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp712 MIRIntConst *ConstantFold::FoldIntConstUnaryMIRConst(Opcode opcode, PrimType resultType, const MIRIntConst *constNode) in FoldIntConstUnaryMIRConst() function in maple::__anon90::ConstantFold
740 DEBUG_ASSERT(false, "Unexpected opcode in FoldIntConstUnaryMIRConst"); in FoldIntConstUnaryMIRConst()
744 DEBUG_ASSERT(false, "Unknown opcode for FoldIntConstUnaryMIRConst"); in FoldIntConstUnaryMIRConst()
803 auto constValue = FoldIntConstUnaryMIRConst(opcode, resultType, cst); in FoldConstUnary()

Completed in 4 milliseconds