Lines Matching defs:ValueBit
1336 struct ValueBit { struct in __anone4b018340611::BitPermutationSelector
1337 SDValue V;
1341 unsigned Idx;
1347 enum Kind {
1351 } K;
1353 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument
1355 ValueBit(Kind K = Variable) in ValueBit() function
1358 bool isZero() const { in isZero()
1362 bool hasValue() const { in hasValue()
1366 SDValue getValue() const { in getValue()
1371 unsigned getValueBitIndex() const { in getValueBitIndex()