Home
last modified time | relevance | path

Searched defs:newCnst (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dconst_folding.cpp271 ConstantInst *newCnst = nullptr; in ConstFoldingNeg() local
298 ConstantInst *newCnst = nullptr; in ConstFoldingAbs() local
333 …auto newCnst = ConstFoldingCreateIntConst(inst, ConvertIntToInt(~cnst->GetIntValue(), inst->GetTyp… in ConstFoldingNot() local
349 ConstantInst *newCnst = nullptr; in ConstFoldingAdd() local
379 ConstantInst *newCnst = nullptr; in ConstFoldingSub() local
399 auto newCnst = ConstFoldingCreateIntConst(inst, 0); in ConstFoldingSub() local
412 ConstantInst *newCnst = nullptr; in ConstFoldingMul() local
507 ConstantInst *newCnst = nullptr; in ConstFoldingDiv() local
553 ConstantInst *newCnst = nullptr; in ConstFoldingMin() local
601 ConstantInst *newCnst = nullptr; in ConstFoldingMax() local
[all …]
Dobject_type_check_elimination.cpp81 auto newCnst = graph->FindOrCreateConstant(0); in TryEliminateIsInstance() local
88 auto newCnst = graph->FindOrCreateConstant(true); in TryEliminateIsInstance() local
117 auto newCnst = graph->FindOrCreateConstant(result); in TryEliminateIsInstance() local
Dpeepholes.cpp633 auto newCnst = graph->FindOrCreateConstant(mask); in VisitShr() local
2168 auto *newCnst = graph->FindOrCreateConstant(static_cast<int32_t>(value)); in TryReplaceFloatConstToIntConst() local
2185 auto *newCnst = graph->FindOrCreateConstant(static_cast<int64_t>(value)); in TryReplaceFloatConstToIntConst() local
2368 ConstantInst *newCnst = nullptr; in TryCombineConst() local
2421 auto newCnst = ConstFoldingCreateIntConst(inst, std::min(newValue, sizeMask)); in TryCombineShiftConst() local
2426 auto newCnst = ConstFoldingCreateIntConst(inst, 0); in TryCombineShiftConst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp614 Inst *newCnst = nullptr; in Clone() local