Lines Matching defs:ValueBit
1350 struct ValueBit { struct in __anonb5cceeb00611::BitPermutationSelector
1351 SDValue V;
1355 unsigned Idx;
1361 enum Kind {
1365 } K;
1367 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1369 ValueBit(Kind K = Variable) : Idx(UINT32_MAX), K(K) {} in ValueBit() argument
1371 bool isZero() const { in isZero()
1375 bool hasValue() const { in hasValue()
1379 SDValue getValue() const { in getValue()
1384 unsigned getValueBitIndex() const { in getValueBitIndex()