Searched refs:DotIdx (Results 1 – 1 of 1) sorted by relevance
242 StringRef::size_type DotIdx = OpName.find_first_of('.'); in ParseOperandName() local243 if (DotIdx != StringRef::npos) { in ParseOperandName()244 SubOpName = OpName.substr(DotIdx + 1); in ParseOperandName()249 OpName = OpName.substr(0, DotIdx); in ParseOperandName()