reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 TypeIds.insert(TypeId->getZExtValue()); 99 TypeIds.insert(TypeId->getZExtValue()); 141 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); 142 for (uint64_t TypeId : TypeIds) {