Searched defs:ValueBit (Results 1 – 1 of 1) sorted by relevance
1336 struct ValueBit { struct in __anone4b018340611::BitPermutationSelector1337 SDValue V;1341 unsigned Idx;1347 enum Kind {1351 } K;1353 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument1355 ValueBit(Kind K = Variable) in ValueBit() function1358 bool isZero() const { in isZero()1362 bool hasValue() const { in hasValue()1366 SDValue getValue() const { in getValue()[all …]