Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp242 StringRef::size_type DotIdx = OpName.find_first_of('.'); in ParseOperandName() local
243 if (DotIdx != StringRef::npos) { in ParseOperandName()
244 SubOpName = OpName.substr(DotIdx + 1); in ParseOperandName()
249 OpName = OpName.substr(0, DotIdx); in ParseOperandName()