Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dconstantfold.h50 MIRConst *FoldSignExtendMIRConst(Opcode opcode, PrimType resultType, uint8 size, const IntVal &val) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1132 toConst = FoldSignExtendMIRConst(op, toType, static_cast<uint8>(fromSize), in FoldTypeCvtMIRConst()
1315 MIRConst *ConstantFold::FoldSignExtendMIRConst(Opcode opcode, PrimType resultType, uint8 size, const IntVal &val) const in FoldSignExtendMIRConst() function in maple::__anon90::ConstantFold
1330 MIRConst *toConst = FoldSignExtendMIRConst(opcode, resultType, size, val); in FoldSignExtend()

Completed in 4 milliseconds