Searched defs:ValueBit (Results 1 – 1 of 1) sorted by relevance
779 struct ValueBit { struct in __anond054b1730411::BitPermutationSelector780 SDValue V;784 unsigned Idx;786 enum Kind {789 } K;791 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function793 ValueBit(Kind K = Variable) in ValueBit() function796 bool isZero() const { in isZero()800 bool hasValue() const { in hasValue()804 SDValue getValue() const { in getValue()[all …]