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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp131 /// GetCondFromBranchOpc - Return the XCore CC that matches
133 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc) function
212 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode());
233 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);

Completed in 163 milliseconds