Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3523 ISD::CondCode SwappedCC = ISD::getSetCCSwappedOperands(Cond); in SimplifySetCC() local
3527 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
3528 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC()
3536 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
3539 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC()