Searched defs:BitValue (Results 1 – 2 of 2) sorted by relevance
105 struct BitTracker::BitValue { struct106 enum ValueType {144 BitValue(ValueType T = Top) : Type(T) {} in Type() argument145 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() argument146 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() function178 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument214 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
341 BitValue section in Scalars