HomeSort by relevance Sort by last modified time
    Searched refs:DotIdx (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 163 std::string::size_type DotIdx = OpName.find_first_of(".");
164 if (DotIdx != std::string::npos) {
165 SubOpName = OpName.substr(DotIdx+1);
168 OpName = OpName.substr(0, DotIdx);
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 168 std::string::size_type DotIdx = OpName.find_first_of(".");
169 if (DotIdx != std::string::npos) {
170 SubOpName = OpName.substr(DotIdx+1);
173 OpName = OpName.substr(0, DotIdx);

Completed in 104 milliseconds