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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp115 static inline bool IsBRF(unsigned BrOpc) { function
123 return IsBRF(BrOpc) || IsBRT(BrOpc);
137 } else if (IsBRF(BrOpc)) {

Completed in 102 milliseconds