Home
last modified time | relevance | path

Searched refs:GetSwitchOpnd (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp107 node->SetOpnd(stmt->GetSwitchOpnd(), 0); in BuildRangeGotoNode()
139 binaryExpr->SetOpndType(stmt->GetSwitchOpnd()->GetPrimType()); in BuildCmpNode()
141 MIRType &type = *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyIdx(stmt->GetSwitchOpnd()->GetPrimType())); in BuildCmpNode()
144 exprConst->SetPrimType(stmt->GetSwitchOpnd()->GetPrimType()); in BuildCmpNode()
147 binaryExpr->SetBOpnd(stmt->GetSwitchOpnd(), 0); in BuildCmpNode()
201 if (!(IsUnsignedInteger(stmt->GetSwitchOpnd()->GetPrimType()) && in BuildCodeForSwitchItems()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h1376 BaseNode *GetSwitchOpnd() const in GetSwitchOpnd() function in SwitchNode

Completed in 7 milliseconds