Searched refs:LVTypeSubrange (Results 1 – 3 of 3) sorted by relevance
243 class LVTypeSubrange final : public LVType {249 LVTypeSubrange() : LVType() { in LVTypeSubrange() function253 LVTypeSubrange(const LVTypeSubrange &) = delete;254 LVTypeSubrange &operator=(const LVTypeSubrange &) = delete;255 ~LVTypeSubrange() = default;
486 void LVTypeSubrange::resolveExtra() { in resolveExtra()514 bool LVTypeSubrange::equals(const LVType *Type) const { in equals()521 void LVTypeSubrange::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
107 CurrentType = new LVTypeSubrange(); in createElement()