Searched refs:FoldFPConstComparison (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
H A D | constantfold.h | 82 ConstvalNode *FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opndType,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 617 ConstvalNode *ConstantFold::FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opndType, in FoldFPConstComparison() function in maple::__anon90::ConstantFold 653 returnValue = FoldFPConstComparison(opcode, resultType, opndType, const0, const1); in FoldConstComparison()
|
Completed in 4 milliseconds