Searched refs:SwapCond (Results 1 – 1 of 1) sorted by relevance
5417 ISD::CondCode SwapCond = ISD::getSetCCSwappedOperands(Cond); in SimplifySetCC() local5419 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()5421 return DAG.getSetCC(dl, VT, N0.getOperand(0), NegN1, SwapCond); in SimplifySetCC()