Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SimplifySetCC

339     SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
5670 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
5701 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1),
9476 // Use SimplifySetCC to simplify SETCC's.
9477 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
13987 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
14222 /// This is a stub for TargetLowering::SimplifySetCC.
14223 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0,
14228 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);