Searched defs:ValueBit (Results 1 – 1 of 1) sorted by relevance
1340 struct ValueBit { struct in __anon516d030b0611::BitPermutationSelector1341 SDValue V;1345 unsigned Idx;1351 enum Kind {1355 } K;1357 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument1359 ValueBit(Kind K = Variable) in ValueBit() function1362 bool isZero() const { in isZero()1366 bool hasValue() const { in hasValue()1370 SDValue getValue() const { in getValue()[all …]