Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h91 MIRIntConst *FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType opndType,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp601 MIRIntConst *ConstantFold::FoldFPConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType opndType, in FoldFPConstComparisonMIRConst() function in maple::__anon90::ConstantFold
624 FoldFPConstComparisonMIRConst(opcode, resultType, opndType, *const0.GetConstVal(), *const1.GetConstVal())); in FoldFPConstComparison()
639 returnValue = FoldFPConstComparisonMIRConst(opcode, resultType, opndType, const0, const1); in FoldConstComparisonMIRConst()

Completed in 4 milliseconds