HomeSort by relevance Sort by last modified time
    Searched defs:isUncondBranchOpcode (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 241 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; }
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 416 bool isUncondBranchOpcode(int Opc) {

Completed in 206 milliseconds