Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SetCCVT

5732       EVT SetCCVT = getSetCCResultType(N0.getOperand(0).getValueType());
5733 if (!LegalOperations || TLI.isOperationLegal(ISD::SETCC, SetCCVT)) {
5736 SDValue SetCC = DAG.getSetCC(DL, SetCCVT,
8505 EVT SetCCVT = N1.getValueType();
8507 SetCCVT = getSetCCResultType(SetCCVT);
8509 SetCCVT,