Lines Matching defs:InVT
15235 // Saturation with truncation. We truncate from InVT to VT.
15258 // Saturation with truncation. We truncate from InVT to VT.
15281 // Saturation with truncation. We truncate from InVT to VT.
23909 EVT InVT = Vec.getValueType();
23921 if (InVT.isSimple() && NearestPow2 > 2 && MaxIndex < NearestPow2 &&
23925 InVT.getVectorElementType(), SplitSize);
23928 InVT.getVectorNumElements()) {
24112 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems);
24115 if (LegalTypes && !TLI.isTypeLegal(InVT))
24125 In = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InVT, In,
25410 EVT InVT = V.getValueType();
25412 unsigned EltSize = InVT.getScalarSizeInBits();
25416 EVT EltVT = InVT.getVectorElementType();
26061 EVT InVT = Op0.getOperand(0).getValueType();
26062 if (!InVT.isVector() ||
26064 Op1.getOperand(0).getValueType() != InVT)))
26071 int InLanes = InVT.getVectorNumElements();
26074 !TLI.isOperationLegalOrCustom(ISD::VECTOR_SHUFFLE, InVT)))
26085 if (!TLI.isShuffleMaskLegal(NewMask, InVT))
26092 Op1 = Op1.isUndef() ? DAG.getUNDEF(InVT) : Op1.getOperand(0);
26093 SDValue NewShuf = DAG.getVectorShuffle(InVT, DL, Op0, Op1, NewMask);
26346 EVT InVT =
26349 SDLoc(N), InVT);