Searched refs:TYs (Results 1 – 2 of 2) sorted by relevance
911 iterator type_begin() const { return TYs.begin(); } in type_begin()912 iterator type_end() const { return TYs.end(); } in type_end()917 unsigned type_count() const { return TYs.size(); } in type_count()923 SmallVector<MDNode *, 8> TYs; // Types variable
1151 TYs.push_back(DT); in addType()