Lines Matching defs:SVT
205 Type *SVT = VT->getElementType();
208 unsigned BitWidth = SVT->getPrimitiveSizeInBits();
218 Amt = Builder.CreateZExtOrTrunc(Amt, SVT);
227 Amt = ConstantInt::get(SVT, BitWidth - 1);
234 cast<VectorType>(AmtVT)->getElementType() == SVT &&
261 cast<VectorType>(AmtVT)->getElementType() == SVT &&
288 auto ShiftAmt = ConstantInt::get(SVT, Count.zextOrTrunc(BitWidth));
353 Type *SVT = VT->getElementType();
355 int BitWidth = SVT->getIntegerBitWidth();
407 ConstantVec.push_back(UndefValue::get(SVT));
410 ConstantVec.push_back(ConstantInt::getNullValue(SVT));
424 ShiftVecAmts.push_back(UndefValue::get(SVT));
426 ShiftVecAmts.push_back(ConstantInt::get(SVT, Idx));