Searched refs:SwitchType (Results 1 – 6 of 6) sorted by relevance
73 SwitchType, // Dispatch based on type. enumerator550 : Matcher(SwitchType), Cases(std::move(cases)) {} in SwitchTypeMatcher()553 static bool classof(const Matcher *N) { return N->getKind() == SwitchType; } in classof()
328 case Matcher::SwitchType: { in SizeMatcher()576 case Matcher::SwitchType: { in EmitMatcher()1234 case Matcher::SwitchType: in getOpcodeString()
2159 auto *SwitchType = Builder.getInt8Ty(); in rewritePHIsForCleanupPad() local2161 Builder.CreatePHI(SwitchType, pred_size(CleanupPadBB)); in rewritePHIsForCleanupPad()2186 auto *SwitchConstant = ConstantInt::get(SwitchType, SwitchIndex); in rewritePHIsForCleanupPad()
601 IO.mapRequired("SwitchType", Symbol.SwitchType); in map()
952 formatJumpTableEntrySize(JumpTable.SwitchType), in visitKnownRecord()
1694 W.printFlags("SwitchType", static_cast<uint16_t>(JumpTable.SwitchType), in visitKnownRecord()