Searched refs:DotIdx (Results 1 – 1 of 1) sorted by relevance
163 std::string::size_type DotIdx = OpName.find_first_of("."); in ParseOperandName() local164 if (DotIdx != std::string::npos) { in ParseOperandName()165 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()168 OpName = OpName.substr(0, DotIdx); in ParseOperandName()