Searched refs:CmpResVT (Results 1 – 1 of 1) sorted by relevance
27274 EVT CmpResVT = getSetCCResultType(CmpOpVT); in SimplifySelectCC() local27281 if (SDValue SCC = DAG.FoldSetCC(CmpResVT, N0, N1, CC, DL)) { in SimplifySelectCC()27351 SCC = DAG.getSetCC(DL, CmpResVT, N0, N1, CC); in SimplifySelectCC()