Lines Matching refs:ValueBit
766 struct ValueBit { struct in __anon7bd595e20411::BitPermutationSelector
778 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function
780 ValueBit(Kind K = Variable) in ValueBit() function
862 bool getValueBits(SDValue V, SmallVector<ValueBit, 64> &Bits) { in getValueBits() argument
869 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
882 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
889 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
898 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
905 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
914 SmallVector<ValueBit, 64> LHSBits(Bits.size()); in getValueBits()
921 Bits[i] = ValueBit(ValueBit::ConstZero); in getValueBits()
931 SmallVector<ValueBit, 64> LHSBits(Bits.size()), RHSBits(Bits.size()); in getValueBits()
954 Bits[i] = ValueBit(V, i); in getValueBits()
1843 SmallVector<ValueBit, 64> Bits;