Searched defs:BitValue (Results 1 – 3 of 3) sorted by relevance
155 struct BitTracker::BitValue { struct156 enum ValueType {194 BitValue(ValueType T = Top) : Type(T) {} in Type() argument195 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() function196 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() function229 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument266 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
1323 void setBitVal(unsigned BitPosition, bool BitValue) { in setBitVal()
3671 bool BitValue = !V.isUndef() && V->getAsZExtVal(); lowerBuildVectorOfConstants() local