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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp144 /// GetCondBranchFromCond - Return the Branch instruction
146 static inline unsigned GetCondBranchFromCond(XCore::CondCode CC) function
289 unsigned Opc = GetCondBranchFromCond((XCore::CondCode)Cond[0].getImm());
298 unsigned Opc = GetCondBranchFromCond((XCore::CondCode)Cond[0].getImm());

Completed in 46 milliseconds