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

/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp105 static inline bool IsBRT(unsigned BrOpc) { function
120 return IsBRF(BrOpc) || IsBRT(BrOpc);
132 if (IsBRT(BrOpc)) {

Completed in 68 milliseconds