Home
last modified time | relevance | path

Searched defs:isPrefix (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.cpp96 bool HexagonMCInst::isPrefix() const { in isPrefix() function in HexagonMCInst
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp330 bool isPrefix = true; in readPrefixes() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2031 bool isPrefix = in ParseInstruction() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1710 static bool isPrefix(Opcode Op) { in isPrefix() function
1714 bool isPrefix() const { return isPrefix(getOpcode()); } in isPrefix() function