Searched defs:FunctionTypeStorage (Results 1 – 1 of 1) sorted by relevance
57 struct FunctionTypeStorage : public TypeStorage { struct58 FunctionTypeStorage(unsigned numInputs, unsigned numResults, in FunctionTypeStorage() argument72 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument88 ArrayRef<Type> getInputs() const { in getInputs()91 ArrayRef<Type> getResults() const { in getResults()95 KeyTy getAsKey() const { return KeyTy(getInputs(), getResults()); } in getAsKey()97 unsigned numInputs;98 unsigned numResults;99 Type const *inputsAndResults;