Home
last modified time | relevance | path

Searched refs:TheStr (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp179 std::string TheStr = Ints[IntNo].Name.substr(6); in EmitFnNameRecognizer() local
180 TheStr += '.'; // Require "bswap." instead of bswap. in EmitFnNameRecognizer()
181 OS << " if (NameR.startswith(\"" << TheStr << "\")) " in EmitFnNameRecognizer()