Home | History | Annotate | Download | only in TableGen

Lines Matching full:npos

332     if (Proto.find('i') != std::string::npos)
337 if (Proto.find('p') != std::string::npos ||
338 Proto.find('c') != std::string::npos)
343 if (OutTS.find('h') != std::string::npos &&
344 Proto.find('s') != std::string::npos)
368 return Proto.find('i') != std::string::npos;
379 bool hasSplat() const { return Proto.find('a') != std::string::npos; }
1115 while (S.find('$') != std::string::npos) {
1283 return (Proto.find('s') != std::string::npos ||
1284 Proto.find('z') != std::string::npos ||
1285 Proto.find('r') != std::string::npos ||
1286 Proto.find('b') != std::string::npos ||
1287 Proto.find('$') != std::string::npos ||
1288 Proto.find('y') != std::string::npos ||
1289 Proto.find('o') != std::string::npos);
1749 assert_with_loc(Idx != std::string::npos, "name should contain '" + ToReplace + "'!");
2124 if (Def->getName().find('r') != std::string::npos ||
2125 Def->getName().find("cvt") != std::string::npos)
2134 if (Def->getName().find('r') != std::string::npos)