Searched refs:DotIdx (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenInstruction.cpp163 std::string::size_type DotIdx = OpName.find_first_of("."); local
164 if (DotIdx != std::string::npos) {
165 SubOpName = OpName.substr(DotIdx+1);
168 OpName = OpName.substr(0, DotIdx);

Completed in 125 milliseconds