Searched refs:FoldSignExtendMIRConst (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
H A D | constantfold.h | 50 MIRConst *FoldSignExtendMIRConst(Opcode opcode, PrimType resultType, uint8 size, const IntVal &val) const;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 1132 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