Searched defs:ValueBit (Results 1 – 1 of 1) sorted by relevance
1503 struct ValueBit { struct in __anon010aa3800711::BitPermutationSelector1504 SDValue V;1508 unsigned Idx;1514 enum Kind {1518 } K;1520 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function1522 ValueBit(Kind K = Variable) : Idx(UINT32_MAX), K(K) {} in ValueBit() argument1524 bool isZero() const { in isZero()1528 bool hasValue() const { in hasValue()1532 SDValue getValue() const { in getValue()[all …]