Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1368 FieldsDistNode() : BaseNode(OP_fieldsdist) {} in FieldsDistNode() function
1370FieldsDistNode(TyIdx t, FieldID f1, FieldID f2) : BaseNode(OP_fieldsdist), tyIdx(t), fieldID1(f1),… in FieldsDistNode() function
1372 FieldsDistNode(PrimType typ, TyIdx t, FieldID f1, FieldID f2) in FieldsDistNode() function