Searched defs:FunctionTypeStorage (Results 1 – 1 of 1) sorted by relevance
83 struct FunctionTypeStorage : public TypeStorage { struct84 FunctionTypeStorage(unsigned numInputs, unsigned numResults, in FunctionTypeStorage() argument96 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument112 ArrayRef<Type> getInputs() const { in getInputs()115 ArrayRef<Type> getResults() const { in getResults()119 unsigned numInputs;120 unsigned numResults;121 Type const *inputsAndResults;