Searched refs:SetCCType (Results 1 – 2 of 2) sorted by relevance
3351 EVT SetCCType = getSetCCResultType(Node->getValueType(0)); in ExpandNode() local3353 SDValue SetCC = DAG.getSetCC(dl, SetCCType, Sum, LHS, CC); in ExpandNode()
38963 EVT SetCCType = DAG.getTargetLoweringInfo().getSetCCResultType( in combineFMinNumFMaxNum() local38986 SDValue IsOp0Nan = DAG.getSetCC(DL, SetCCType, Op0, Op0, ISD::SETUO); in combineFMinNumFMaxNum()