Lines Matching defs:SVT
199 Type *SVT = VT->getElementType();
202 unsigned BitWidth = SVT->getPrimitiveSizeInBits();
212 Amt = Builder.CreateZExtOrTrunc(Amt, SVT);
221 Amt = ConstantInt::get(SVT, BitWidth - 1);
228 cast<VectorType>(AmtVT)->getElementType() == SVT &&
255 cast<VectorType>(AmtVT)->getElementType() == SVT &&
282 auto ShiftAmt = ConstantInt::get(SVT, Count.zextOrTrunc(BitWidth));
347 Type *SVT = VT->getElementType();
349 int BitWidth = SVT->getIntegerBitWidth();
401 ConstantVec.push_back(UndefValue::get(SVT));
404 ConstantVec.push_back(ConstantInt::getNullValue(SVT));
418 ShiftVecAmts.push_back(UndefValue::get(SVT));
420 ShiftVecAmts.push_back(ConstantInt::get(SVT, Idx));