Searched defs:ValueBit (Results 1 – 3 of 3) sorted by relevance
822 struct ValueBit { struct in __anond8fe20180411::BitPermutationSelector823 SDValue V;827 unsigned Idx;829 enum Kind {832 } K;834 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() function836 ValueBit(Kind K = Variable) in ValueBit() argument839 bool isZero() const { in isZero()843 bool hasValue() const { in hasValue()847 SDValue getValue() const { in getValue()[all …]
1107 struct ValueBit { struct in __anon276c0e3a0411::BitPermutationSelector1108 SDValue V;1112 unsigned Idx;1118 enum Kind {1122 } K;1124 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument1126 ValueBit(Kind K = Variable) in ValueBit() argument1129 bool isZero() const { in isZero()1133 bool hasValue() const { in hasValue()1137 SDValue getValue() const { in getValue()[all …]
1359 struct ValueBit { struct in __anon7c1138c00611::BitPermutationSelector1360 SDValue V;1364 unsigned Idx;1370 enum Kind {1374 } K;1376 ValueBit(SDValue V, unsigned I, Kind K = Variable) in ValueBit() argument1378 ValueBit(Kind K = Variable) : Idx(UINT32_MAX), K(K) {} in ValueBit() argument1380 bool isZero() const { in isZero()1384 bool hasValue() const { in hasValue()1388 SDValue getValue() const { in getValue()[all …]