Lines Matching defs:IsSpecial
117 unsigned IsSpecial:1;
127 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) {
141 L.IsSpecial ? sizeof L.Properties : L.Size * sizeof(const Constant *);
145 IsSpecial = L.IsSpecial;
151 uint32_t N = L.IsSpecial ? sizeof L.Properties
156 IsSpecial = L.IsSpecial;
162 bool isProperty() const { return IsSpecial; }
170 IsSpecial = false;
178 IsSpecial = true;