Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DTypeDetail.h57 struct FunctionTypeStorage : public TypeStorage { struct
58 FunctionTypeStorage(unsigned numInputs, unsigned numResults, in FunctionTypeStorage() argument
72 static FunctionTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
88 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;