Searched defs:Alt (Results 1 – 6 of 6) sorted by relevance
161 struct Alt { struct162 unsigned Value;163 explicit Alt(unsigned x) : Value(x) {} in Alt() argument164 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
208 struct Alt { struct209 unsigned Value;210 explicit Alt(unsigned x) : Value(x) {} in Alt() function211 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
90 TypeParam Alt(3, false); in TYPED_TEST() local
10 struct Alt { struct14 constexpr short s = Alt(); argument
38 void Alt() { in Alt() function
2988 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local2992 SDValue &LHS, SDValue &RHS) { in combineToCMPB()