Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp168 std::string::size_type DotIdx = OpName.find_first_of("."); in ParseOperandName() local
169 if (DotIdx != std::string::npos) { in ParseOperandName()
170 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
173 OpName = OpName.substr(0, DotIdx); in ParseOperandName()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp189 std::string::size_type DotIdx = OpName.find_first_of('.'); in ParseOperandName() local
190 if (DotIdx != std::string::npos) { in ParseOperandName()
191 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
196 OpName = OpName.substr(0, DotIdx); in ParseOperandName()