Home | History | Annotate | Download | only in TableGen

Lines Matching refs:split

797   // Split via the '='.
798 std::pair<StringRef, StringRef> Ops = S.split('=');
2476 std::pair<StringRef,StringRef> Comma = Conds.split(',');
2498 Comma = Comma.second.split(',');