Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h256 static inline bool isIndirectBranchOpcode(int Opc) { return Opc == AArch64::BR; } in isIndirectBranchOpcode() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h422 bool isIndirectBranchOpcode(int Opc) { in isIndirectBranchOpcode() function