Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ParseSwitch

3435   case lltok::kw_switch:      return ParseSwitch(Inst, PFS);
3629 /// ParseSwitch
3634 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) {