Searched refs:FunResPointerTypes (Results 1 – 1 of 1) sorted by relevance
68 DenseMap<const Function *, TypedPointerType *> FunResPointerTypes; variable151 FunResPointerTypes[ArgF] = DerivedTy; in addReturnType()155 auto It = FunResPointerTypes.find(ArgF); in findReturnType()156 return It == FunResPointerTypes.end() ? nullptr : It->second; in findReturnType()