Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h47 MIRConst *FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, bool isFloor = true) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp976 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, bool isFloor) const in FoldFloorMIRConst() function in maple::__anon90::ConstantFold
1015 resultConst->SetConstVal(FoldFloorMIRConst(*cst.GetConstVal(), fromType, toType)); in FoldFloor()
1163 return FoldFloorMIRConst(cst, fromType, toType, false); in FoldTypeCvtMIRConst()

Completed in 4 milliseconds