Lines Matching defs:SimplifySetCC
259 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
4273 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
4301 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1),
6959 // Use SimplifySetCC to simplify SETCC's.
6960 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
9783 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
10058 /// SimplifySetCC - This is a stub for TargetLowering::SimplifySetCC.
10059 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0,
10064 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);