Home
last modified time | relevance | path

Searched defs:FunctionTypeStorage (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeDetail.h55 struct FunctionTypeStorage : public TypeStorage { struct
56 FunctionTypeStorage(unsigned numInputs, unsigned numResults, in FunctionTypeStorage() function
70 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
86 ArrayRef<Type> getInputs() const { in getInputs()
89 ArrayRef<Type> getResults() const { in getResults()
93 unsigned numInputs;
94 unsigned numResults;
95 Type const *inputsAndResults;