Home | History | Annotate | Download | only in X86

Lines Matching defs:GetOppositeBranchCondition

2628 /// GetOppositeBranchCondition - Return the inverse of the specified condition,
2630 X86::CondCode X86::GetOppositeBranchCondition(X86::CondCode CC) {
2838 BranchCode = GetOppositeBranchCondition(BranchCode);
3778 NewCC = GetOppositeBranchCondition(NewCC);
5152 Cond[0].setImm(GetOppositeBranchCondition(CC));