Searched defs:ValueBit (Results 1 – 1 of 1) sorted by relevance
1107 struct ValueBit { struct in __anonb15343eb0411::BitPermutationSelector1108 SDValue V;1112 unsigned Idx;1118 enum Kind {1122 } K;1124 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument1126 ValueBit(Kind K = Variable) in ValueBit() argument1129 bool isZero() const { in isZero()1133 bool hasValue() const { in hasValue()1137 SDValue getValue() const { in getValue()[all …]