Searched defs:Subrange (Results 1 – 3 of 3) sorted by relevance
17 struct Subrange { struct24 Subrange(Type t, const std::string& l = std::string()) argument25 : type(t), in type()30 size_t MinSize() const { in MinSize()63 std::vector<Subrange> subranges_; argument
31 struct Subrange { struct49 Subrange(Type t, const std::string& l = std::string()) argument71 bool IsTypeUsed(Subrange::Type type) const; argument
407 SmallVector<Value *, 1> Subrange; in getOrCreateType() local