Lines Matching defs:SimplifySetCC
619 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
12901 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1,
12945 if (SDValue Combined = SimplifySetCC(VT, N0, N1, Cond, DL, !PreferSetCC)) {
18749 // Ideally this should be folded into SimplifySetCC and not
18811 // Use SimplifySetCC to simplify SETCC's.
18812 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
28363 /// This is a stub for TargetLowering::SimplifySetCC.
28364 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, SDValue N1,
28369 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);