Home
last modified time | relevance | path

Searched refs:mirIntConst (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp51 auto *mirIntConst = safe_cast<MIRIntConst>(mirConst); in HandleConstVal() local
52 return cgFunc.SelectIntConst(*mirIntConst, parent); in HandleConstVal()
H A Disel.cpp353 auto *mirIntConst = safe_cast<MIRIntConst>(mirConst); in HandleConstVal() local
354 return iSel.SelectIntConst(*mirIntConst, constValNode.GetPrimType()); in HandleConstVal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp4039 MIRIntConst *mirIntConst = safe_cast<MIRIntConst>(constValNode->GetConstVal());
4040 CHECK_FATAL(mirIntConst != nullptr, "just checking");
4041 int32 scale = mirIntConst->GetExtValue();

Completed in 12 milliseconds