Searched refs:IsBRT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp108 static inline bool IsBRT(unsigned BrOpc) { function
123 return IsBRF(BrOpc) || IsBRT(BrOpc);
135 if (IsBRT(BrOpc)) {

Completed in 37 milliseconds