Lines Matching defs:VT1
10959 EVT VT0, VT1;
10962 VT1 = cast<VTSDNode>(Op1.getOperand(1))->getVT();
10965 VT1 = Op1.getOperand(0).getValueType();
10971 EVT MaxVT = VT0.bitsGT(VT1) ? VT0 : VT1;
10973 (VT1 == MaxVT || Op1->hasOneUse()) && hasOperation(ABDOpcode, MaxVT)) {
14690 // fold (sext_in_reg (sext_in_reg x, VT2), VT1) -> (sext_in_reg x, minVT) pt2