Home
last modified time | relevance | path

Searched defs:const0 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp422const ConstvalNode &const0, const ConstvalNode &const1) const in FoldIntConstComparison() argument
529 …e *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, in FoldIntConstBinary()
544 …de *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, in FoldFPConstBinary()
752const ConstvalNode &const0, const ConstvalNode &const1) const in FoldFPConstComparison() argument
763const MIRConst &const0, const MIRConst &const1) const in FoldConstComparisonMIRConst() argument
781const ConstvalNode &const0, const ConstvalNode &const1) const in FoldConstComparison() argument
832 …Node *ConstantFold::FoldConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, in FoldConstBinary()
2226 ConstvalNode *const0 = safe_cast<ConstvalNode>(p[kFirst].first); in FoldTernary() local
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp327 auto const0 = liveness_analyzer->GetInstLifeIntervals(&INS(0)); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dliveness_analyzer_test.cpp304 auto const0 = livenessAnalyzer->GetInstLifeIntervals(&INS(0U)); in TEST_F() local
Dreg_alloc_linear_scan_test.cpp1623 auto const0 = la.GetInstLifeIntervals(&INS(0U)); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2407 Expr const0 = lmirBuilder_->ConstVal(lmirBuilder_->CreateIntConst(i64, 0)); in VisitInitVreg() local