Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h95 ConstvalNode *FoldConstUnary(Opcode opcode, PrimType resultType, ConstvalNode &constNode) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp798 ConstvalNode *ConstantFold::FoldConstUnary(Opcode opcode, PrimType resultType, ConstvalNode &constNode) const in FoldConstUnary() function in maple::__anon90::ConstantFold
812 DEBUG_ASSERT(false, "Unhandled case for FoldConstUnary"); in FoldConstUnary()
839 result = FoldConstUnary(node->GetOpCode(), node->GetPrimType(), *cst); in FoldUnary()

Completed in 4 milliseconds