Lines Matching defs:ValueBit
766 struct ValueBit { struct in __anon7bd595e20411::BitPermutationSelector
767 SDValue V;
771 unsigned Idx;
773 enum Kind {
776 } K;
778 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
780 ValueBit(Kind K = Variable) in ValueBit() function
783 bool isZero() const { in isZero()
787 bool hasValue() const { in hasValue()
791 SDValue getValue() const { in getValue()
796 unsigned getValueBitIndex() const { in getValueBitIndex()
862 bool getValueBits(SDValue V, SmallVector<ValueBit, 64> &Bits) { in getValueBits()