Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp165 std::string::size_type DotIdx = OpName.find_first_of("."); in ParseOperandName() local
166 if (DotIdx != std::string::npos) { in ParseOperandName()
167 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
170 OpName = OpName.substr(0, DotIdx); in ParseOperandName()