Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h70 ConstvalNode *FoldTrunc(const ConstvalNode &cst, PrimType fromType, PrimType toType) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1079 ConstvalNode *ConstantFold::FoldTrunc(const ConstvalNode &cst, PrimType fromType, PrimType toType) const in FoldTrunc() function in maple::__anon90::ConstantFold
1292 result = FoldTrunc(*cst, fromPtyp, destPtyp); in FoldTypeCvt()

Completed in 4 milliseconds