Searched refs:SwapCond (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4010 ISD::CondCode SwapCond = ISD::getSetCCSwappedOperands(Cond); local
4012 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) {
4014 return DAG.getSetCC(dl, VT, N0.getOperand(0), NegN1, SwapCond);

Completed in 95 milliseconds