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