Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DBitTracker.h105 struct BitTracker::BitValue { struct
106 enum ValueType {
144 BitValue(ValueType T = Top) : Type(T) {} in Type() argument
145 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() argument
146 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() argument
178 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument
214 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
/external/llvm/docs/
DYamlIO.rst341 BitValue section in Scalars