Searched defs:Alt (Results 1 – 9 of 9) sorted by relevance
207 struct Alt { struct208 unsigned Value;209 explicit Alt(unsigned x) : Value(x) {} in Alt() argument210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
162 struct Alt { struct 164 explicit Alt(unsigned x) : Value(x) {} in Alt() argument 163 Value__anon0f0a74a10111::Alt global() argument 165 getSparseSetIndex__anon0f0a74a10111::Alt getSparseSetIndex() argument
87 TypeParam Alt(3, false); in TYPED_TEST() local
10 struct Alt { struct14 constexpr short s = Alt(); argument
516 for (const auto &Alt : Alts) { checkSemantics() local 551 for (const auto &Alt : Alts) { checkSemantics() local 579 for (const auto &Alt : Alts) { checkSemantics() local 620 for (auto &Alt : Alts) { checkSemantics() local 647 for (const auto &Alt : Alts) { handleUnboundInParam() local 679 for (auto &Alt : Alts) { buildOperandsTables() local 711 for (const auto &Alt : Alts) { print() local [all...]
38 void Alt() { in Alt() function
6391 uint64_t Mask = 0, Alt = 0; combineToCMPB() local 6395 __anona2527ef31002(SDValue O, unsigned &b, uint64_t &Mask, uint64_t &Alt, SDValue &LHS, SDValue &RHS) combineToCMPB() argument [all...]
1543 SDValue Alt = Op.getOperand(1 - I).getOperand(0); SimplifyDemandedBits() local
43798 if (SDNode *Alt = DAG.getNodeIfExists(ISD::BITCAST, DAG.getVTList(VT), {V})) combineBitcastToBoolVector() local [all...]