Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp186 MIRConst *constv = ImportConst(func); in ImportExpression() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1229 explicit ConstvalNode(MIRConst *constv) : BaseNode(OP_constval), constVal(constv) {} in ConstvalNode()
1231 … ConstvalNode(PrimType typ, MIRConst *constv) : BaseNode(OP_constval, typ, 0), constVal(constv) {} in ConstvalNode()