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/
Dmir_const.h124MIRIntConst(uint64 val, MIRType &type) : MIRConst(type, kConstInt), value(val, type.GetPrimType())… in MIRIntConst() function
126 MIRIntConst(const IntVal &val, MIRType &type) : MIRConst(type, kConstInt), value(val) in MIRIntConst() function