Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SimplifySetCC

234     SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
3833 SDValue SCC = SimplifySetCC(TLI.getSetCCResultType(N0.getValueType()),
3859 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1),
5847 // Use SimplifySetCC to simplify SETCC's.
5848 SDValue Simp = SimplifySetCC(TLI.getSetCCResultType(CondLHS.getValueType()),
7446 SDValue SCC = SimplifySetCC(TLI.getSetCCResultType(N0.getValueType()),
7719 /// SimplifySetCC - This is a stub for TargetLowering::SimplifySetCC.
7720 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0,
7725 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);