Searched defs:ValueBit (Results 1 – 1 of 1) sorted by relevance
766 struct ValueBit { struct in __anon7bd595e20411::BitPermutationSelector767 SDValue V;771 unsigned Idx;773 enum Kind {776 } K;778 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function780 ValueBit(Kind K = Variable) in ValueBit() function783 bool isZero() const { in isZero()787 bool hasValue() const { in hasValue()791 SDValue getValue() const { in getValue()[all …]