Home
last modified time | relevance | path

Searched defs:BitValue (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.h154 struct BitTracker::BitValue { struct
155 enum ValueType {
193 BitValue(ValueType T = Top) : Type(T) {} in Type() argument
194 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() function
195 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() argument
228 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument
265 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument