Home
last modified time | relevance | path

Searched defs:sel (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder_helper.h338 inline Label GetLabelFromSelector(GateRef sel) in GetLabelFromSelector()
343 inline void AddSelectorToLabel(GateRef sel, Label label) in AddSelectorToLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2358 TernaryNode *sel = static_cast<TernaryNode *>(node->Opnd(0)); in SimplifyCondGotoSelect() local