Searched refs:ArgF (Results 1 – 1 of 1) sorted by relevance
150 void addReturnType(const Function *ArgF, TypedPointerType *DerivedTy) { in addReturnType() argument151 FunResPointerTypes[ArgF] = DerivedTy; in addReturnType()154 const TypedPointerType *findReturnType(const Function *ArgF) { in findReturnType() argument155 auto It = FunResPointerTypes.find(ArgF); in findReturnType()