Searched defs:ValueKnowledge (Results 1 – 1 of 1) sorted by relevance
33 struct ValueKnowledge { struct35 ValueKnowledge(bool hasRank, llvm::ArrayRef<int64_t> newSizes, Type dtype) in ValueKnowledge() argument45 static ValueKnowledge getKnowledgeFromType(Type type) { in getKnowledgeFromType() argument61 static ValueKnowledge getPessimisticValueState() { in getPessimisticValueState() argument75 bool operator==(const ValueKnowledge &rhs) const { argument81 static ValueKnowledge join(const ValueKnowledge &lhs, in join() argument136 static ValueKnowledge meet(const ValueKnowledge &lhs, in meet() argument169 bool hasError;171 bool hasRank;174 llvm::SmallVector<int64_t> sizes;[all …]