Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1231 auto EntryRange = in ParseDirectiveInsn() local
1236 if (EntryRange.first == EntryRange.second) in ParseDirectiveInsn()
1239 struct InsnMatchEntry *Entry = EntryRange.first; in ParseDirectiveInsn()