Searched defs:GetCondFromBranchOpc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp135 /// GetCondFromBranchOpc - Return the XCore CC that matches
137 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc) function
216 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode());
238 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);

Completed in 211 milliseconds