Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4423 ISD::CondCode SwappedCC = ISD::getSetCCSwappedOperands(Cond); in SimplifySetCC() local
4426 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
4427 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC()
4435 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
4438 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC()