Lines Matching defs:MaxVT
11148 EVT MaxVT = VT0.bitsGT(VT1) ? VT0 : VT1;
11149 if ((VT0 == MaxVT || Op0->hasOneUse()) &&
11150 (VT1 == MaxVT || Op1->hasOneUse()) &&
11151 (!LegalTypes || hasOperation(ABDOpcode, MaxVT))) {
11152 SDValue ABD = DAG.getNode(ABDOpcode, DL, MaxVT,
11153 DAG.getNode(ISD::TRUNCATE, DL, MaxVT, Op0),
11154 DAG.getNode(ISD::TRUNCATE, DL, MaxVT, Op1));