Home
last modified time | relevance | path

Searched defs:newConst (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp83 const auto &newConst = static_cast<const MIRStrConst &>(constVal); in OutputConstStr() local
105 const auto &newConst = static_cast<const MIRFloatConst &>(constVal); in OutputConstFloat() local
113 const auto &newConst = static_cast<const MIRDoubleConst &>(constVal); in OutputConstDouble() local
Dmir_builder.cpp21 void MIRBuilder::AddIntFieldConst(const MIRStructType &sType, MIRAggConst &newConst, uint32 fieldID… in AddIntFieldConst()
30 void MIRBuilder::AddAddrofFieldConst(const MIRStructType &structType, MIRAggConst &newConst, uint32… in AddAddrofFieldConst()
41 void MIRBuilder::AddAddroffuncFieldConst(const MIRStructType &structType, MIRAggConst &newConst, ui… in AddAddroffuncFieldConst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp661 ConstantInst *newConst = nullptr; in SplitConstant() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h1435 auto *newConst = CreateInstConstant(value, isSupportInt32); in FindOrCreateConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h770 … MIRConst *newConst = mirModule.GetMemPool()->New<T>(mirConst.GetValue(), mirConst.GetType()); in NewMirConst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1003 uint64_t newConst; in TrySimplifyCompareAnyTypeCase2() local