Home
last modified time | relevance | path

Searched defs:MIRIntConst (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h122 class MIRIntConst : public MIRConst { class
124 MIRIntConst(uint64 val, MIRType &type) : MIRConst(type, kConstInt), value(val, type.GetPrimType()) {} in MIRIntConst() function in maple::MIRIntConst
126 MIRIntConst(const IntVal &val, MIRType &type) : MIRConst(type, kConstInt), value(val) in MIRIntConst() function in maple::MIRIntConst

Completed in 2 milliseconds