Searched defs:MIRIntConst (Results 1 – 1 of 1) sorted by relevance
124 …MIRIntConst(uint64 val, MIRType &type) : MIRConst(type, kConstInt), value(val, type.GetPrimType())… in MIRIntConst() function126 MIRIntConst(const IntVal &val, MIRType &type) : MIRConst(type, kConstInt), value(val) in MIRIntConst() function