Lines Matching defs:SimplifySetCC
608 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
12607 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1,
12651 if (SDValue Combined = SimplifySetCC(VT, N0, N1, Cond, DL, !PreferSetCC)) {
18326 // Ideally this should be folded into SimplifySetCC and not
18384 // Use SimplifySetCC to simplify SETCC's.
18385 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
27821 /// This is a stub for TargetLowering::SimplifySetCC.
27822 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, SDValue N1,
27827 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);