Searched refs:SwappedCC (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 4693 ISD::CondCode SwappedCC = ISD::getSetCCSwappedOperands(Cond); in SimplifySetCC() local 4696 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC() 4697 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC() 4705 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC() 4708 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC()
|