Lines Matching defs:InputTy
667 Type *InputTy = Input->getType();
668 Type *MemoryTy = InputTy;
679 InputTy = PreTruncTy;
683 if (InputTy->getPrimitiveSizeInBits() < 128 &&
684 InputTy->isIntOrIntVectorTy()) {
689 InputTy = InputTy->getWithNewBitWidth(
690 128 / cast<FixedVectorType>(InputTy)->getNumElements());
695 if (InputTy->getPrimitiveSizeInBits() != 128) {
704 Ptr, Offsets, Scale, cast<FixedVectorType>(InputTy), MemoryTy, Builder);
709 Input = Builder.CreateZExt(Input, InputTy);