Searched refs:TyI (Results 1 – 2 of 2) sorted by relevance
70 CallEvent::param_type_iterator TyI = Call.param_type_begin(), in checkPreCall() local78 if (TyI != TyE) { in checkPreCall()79 haveRefTypeParam = (*TyI)->isReferenceType(); in checkPreCall()80 TyI++; in checkPreCall()
209 const auto TyI = ISelInfo.TypeIDMap.find(Ty); in executeMatchTable() local210 if (TyI == ISelInfo.TypeIDMap.end()) { in executeMatchTable()214 const int64_t TypeID = TyI->second; in executeMatchTable()