Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4842 ISD::CondCode SwapCond = ISD::getSetCCSwappedOperands(Cond); in SimplifySetCC() local
4844 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
4846 return DAG.getSetCC(dl, VT, N0.getOperand(0), NegN1, SwapCond); in SimplifySetCC()