Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Tosa/Utils/
H A DShapeUtils.h33 struct ValueKnowledge { struct
35 ValueKnowledge(bool hasRank, llvm::ArrayRef<int64_t> newSizes, Type dtype) in ValueKnowledge() argument
45 static ValueKnowledge getKnowledgeFromType(Type type) { in getKnowledgeFromType() argument
61 static ValueKnowledge getPessimisticValueState() { in getPessimisticValueState() argument
75 bool operator==(const ValueKnowledge &rhs) const { argument
81 static ValueKnowledge join(const ValueKnowledge &lhs, in join() argument
136 static ValueKnowledge meet(const ValueKnowledge &lhs, in meet() argument
169 bool hasError;
171 bool hasRank;
174 llvm::SmallVector<int64_t> sizes;
[all …]