Searched defs:DomainValue (Results 1 – 1 of 1) sorted by relevance
52 struct DomainValue { struct56 /// Bitmask of available domains. For an open DomainValue, it is the still argument61 /// Pointer to the next DomainValue in a chain. When two DomainValues are argument64 DomainValue *Next; argument69 DomainValue() { clear(); } in DomainValue() function73 bool isCollapsed() const { return Instrs.empty(); } in isCollapsed()99 /// Clear this DomainValue and point to next which has all its data. argument108 SpecificBumpPtrAllocator<DomainValue> Allocator; argument