Searched defs:isUncondBranchOpcode (Results 1 – 5 of 5) sorted by relevance
584 bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
137 static bool isUncondBranchOpcode(int Opc) { return Opc == ARC::BR; } in isUncondBranchOpcode() function
161 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; } in isUncondBranchOpcode() function
97 static bool isUncondBranchOpcode(int Opc) { in isUncondBranchOpcode() function
668 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; } in isUncondBranchOpcode() function