Searched defs:instIndex (Results 1 – 2 of 2) sorted by relevance
191 void TypeRecorder::SetBuiltinInst(const std::vector<int64_t> &allTypes, int64_t instIndex) in SetBuiltinInst()202 void TypeRecorder::SetGenericInst(const std::vector<int64_t> &allTypes, int64_t instIndex) in SetGenericInst()224 void TypeRecorder::SetClassInst(int64_t classIndex, int64_t instIndex) in SetClassInst()240 void TypeRecorder::SetClassType(int64_t instIndex, int64_t classIndex) in SetClassType()
626 auto instIndex = sourceTypeMap[i].asInt(); in GetInstTypeMap() local