Searched defs:isMEMri (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ | ||
H A D | SparcAsmParser.cpp | 283 bool isMEMri() const { return Kind == k_MemoryImm; } isMEMri() function in __anon76f27ca40211::SparcOperand |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ | ||
H A D | VEAsmParser.cpp | 227 bool isMEMri() const { return Kind == k_MemoryRegImm; } in isMEMri() function in __anon82ee56080211::VEOperand |