Searched refs:SwappedCC (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3498 ISD::CondCode SwappedCC = ISD::getSetCCSwappedOperands(Cond); in SimplifySetCC() local 3502 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC() 3503 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC() 3511 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC() 3514 return DAG.getSetCC(dl, VT, N1, N0, SwappedCC); in SimplifySetCC()
|