Searched defs:ValueBit (Results 1 – 1 of 1) sorted by relevance
826 struct ValueBit { struct in __anoncb3d9cae0411::BitPermutationSelector827 SDValue V;831 unsigned Idx;833 enum Kind {836 } K;838 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function840 ValueBit(Kind K = Variable) in ValueBit() argument843 bool isZero() const { in isZero()847 bool hasValue() const { in hasValue()851 SDValue getValue() const { in getValue()[all …]