Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DTypeDetail.h83 struct FunctionTypeStorage : public TypeStorage { struct
84 FunctionTypeStorage(unsigned numInputs, unsigned numResults, in FunctionTypeStorage() argument
96 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
112 ArrayRef<Type> getInputs() const { in getInputs()
115 ArrayRef<Type> getResults() const { in getResults()
119 unsigned numInputs;
120 unsigned numResults;
121 Type const *inputsAndResults;