Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h874 explicit ConstvalNode(MIRConst *constv) : BaseNode(OP_constval), constVal(constv) {} in ConstvalNode() argument
876 ConstvalNode(PrimType typ, MIRConst *constv) : BaseNode(OP_constval, typ, 0), constVal(constv) {} in ConstvalNode() argument

Completed in 4 milliseconds