Searched refs:SwapArgs (Results 1 – 1 of 1) sorted by relevance
1267 bool SwapArgs; in X86SelectCmp() local1268 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate); in X86SelectCmp()1272 if (SwapArgs) in X86SelectCmp()1392 bool SwapArgs; in X86SelectBranch() local1394 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate); in X86SelectBranch()1398 if (SwapArgs) in X86SelectBranch()