Searched defs:BitValue (Results 1 – 4 of 4) 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() argument229 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument266 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
341 BitValue section in Scalars
1321 void setBitVal(unsigned BitPosition, bool BitValue) { in setBitVal()
2448 bool BitValue = !V.isUndef() && cast<ConstantSDNode>(V)->getZExtValue(); in lowerBUILD_VECTOR() local