Home
last modified time | relevance | path

Searched defs:constVal (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp40 auto *constVal = static_cast<ConstvalNode *>(condExpr->Opnd(1))->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local
73 auto *constVal = static_cast<ConstvalNode *>(opnd1)->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp196 … int32_t constVal = loc.getSmallConstant(); // sign extend required for VRegInfo::Type::INT64 in BuildSingleRegMap() local
199 uint64_t constVal = stackmap_->getConstant(loc.getConstantIndex()).getValue(); in BuildSingleRegMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dswitch_lowerer.cpp142 …MIRConst *constVal = GlobalTables::GetIntConstTable().GetOrCreateIntConst(stmt->GetCasePair(idx).f… in BuildCmpNode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp382 auto constVal = static_cast<int64_t>(constInst->GetIntValue()); in CheckUpdateAndInit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp897 Const *constVal = nullptr; in GetConstant() local
1050 …Const &constVal = lmirBuilder_->CreateIntConst(lmirBuilder_->u64Type, static_cast<uint64_t>(value.… in HandleHeapConstant() local
1337 … Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(slotOffset)); in GetRTStubOffset() local
1345 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(offset)); in GetCoStubOffset() local
1353 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(offset)); in GetBaselineStubOffset() local
1762 Const &constVal = lmirBuilder_->CreateIntConst( in GetBuiltinsStubOffset() local
1801 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int>(slotOffset)); in GetLeaveFrameOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1120 const MIRIntConst *constVal = safe_cast<MIRIntConst>(cst); in FoldTypeCvtMIRConst() local
1125 const MIRIntConst *constVal = safe_cast<MIRIntConst>(cst); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp382 auto *constVal = static_cast<ConstvalNode *>(cmpNode->Opnd(1))->GetConstVal(); in HandleCondbr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp584 Expr LMIRBuilder::ConstVal(Const &constVal) in ConstVal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h687 MIRConst *constVal = nullptr; variable
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts4313 const constVal = this.tsTypeChecker.getConstantValue(tsEnumMember); constant