Lines Matching defs:ValueBit
826 struct ValueBit { struct in __anoncb3d9cae0411::BitPermutationSelector
827 SDValue V;
831 unsigned Idx;
833 enum Kind {
836 } K;
838 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
840 ValueBit(Kind K = Variable) in ValueBit() function
843 bool isZero() const { in isZero()
847 bool hasValue() const { in hasValue()
851 SDValue getValue() const { in getValue()
856 unsigned getValueBitIndex() const { in getValueBitIndex()
922 bool getValueBits(SDValue V, SmallVector<ValueBit, 64> &Bits) { in getValueBits()