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

/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp119 static inline bool IsBRF(unsigned BrOpc) { function
127 return IsBRF(BrOpc) || IsBRT(BrOpc);
141 } else if (IsBRF(BrOpc)) {

Completed in 107 milliseconds