Home
last modified time | relevance | path

Searched defs:isJumpOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp143 static bool isJumpOpcode(int Opc) { return Opc == ARC::J; } in isJumpOpcode() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDisasm.cpp116 static bool isJumpOpcode(Opcode Op) { in isJumpOpcode() function