Searched refs:SwappedCC (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4154 ISD::CondCode SwappedCC = ISD::getSetCCSwappedOperands(Cond); in SimplifySetCC() local 4157 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC() 4158 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC() 4166 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC() 4169 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC()
|