Home
last modified time | relevance | path

Searched refs:SwapArgs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86FastISel.cpp1267 bool SwapArgs; in X86SelectCmp() local
1268 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate); in X86SelectCmp()
1272 if (SwapArgs) in X86SelectCmp()
1392 bool SwapArgs; in X86SelectBranch() local
1394 std::tie(CC, SwapArgs) = getX86ConditionCode(Predicate); in X86SelectBranch()
1398 if (SwapArgs) in X86SelectBranch()