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