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.h334 inline Label GetLabelFromSelector(GateRef sel) in GetLabelFromSelector()
339 inline void AddSelectorToLabel(GateRef sel, Label label) in AddSelectorToLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2451 TernaryNode *sel = static_cast<TernaryNode*>(node->Opnd(0)); in SimplifyCondGotoSelect() local