Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SetCCVT

6216       EVT SetCCVT = getSetCCResultType(N0.getOperand(0).getValueType());
6221 SDValue SetCC = DAG.getSetCC(DL, SetCCVT,
9562 EVT SetCCVT = N1.getValueType();
9564 SetCCVT = getSetCCResultType(SetCCVT);
9566 SetCCVT,