Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h66 std::pair<BaseNode*, std::optional<IntVal>> FoldTypeCvt(TypeCvtNode *node);
71 ConstvalNode *FoldTypeCvt(const ConstvalNode &cst, PrimType fromType, PrimType toType) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp188 return FoldTypeCvt(static_cast<TypeCvtNode*>(node)); in DispatchFold()
1172 ConstvalNode *ConstantFold::FoldTypeCvt(const ConstvalNode &cst, PrimType fromType, PrimType toType) const in FoldTypeCvt() function in maple::__anon90::ConstantFold
1266 std::pair<BaseNode*, std::optional<IntVal>> ConstantFold::FoldTypeCvt(TypeCvtNode *node) in FoldTypeCvt() function in maple::__anon90::ConstantFold
1284 result = FoldTypeCvt(*cst, fromPtyp, destPtyp); in FoldTypeCvt()

Completed in 4 milliseconds