Searched refs:FoldFPConstUnary (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
H A D | constantfold.h | 97 ConstvalNode *FoldFPConstUnary(Opcode opcode, PrimType resultType, ConstvalNode *constNode) const;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 756 ConstvalNode *ConstantFold::FoldFPConstUnary(Opcode opcode, PrimType resultType, ConstvalNode *constNode) const in FoldFPConstUnary() function in maple::__anon90::ConstantFold 779 DEBUG_ASSERT(false, "Unexpected opcode in FoldFPConstUnary"); in FoldFPConstUnary() 783 DEBUG_ASSERT(false, "Unknown opcode for FoldFPConstUnary"); in FoldFPConstUnary() 808 returnValue = FoldFPConstUnary<MIRFloatConst>(opcode, resultType, &constNode); in FoldConstUnary() 810 returnValue = FoldFPConstUnary<MIRDoubleConst>(opcode, resultType, &constNode); in FoldConstUnary()
|
Completed in 5 milliseconds