Lines Matching defs:InputTy
666 Type *InputTy = Input->getType();
667 Type *MemoryTy = InputTy;
678 InputTy = PreTruncTy;
682 if (InputTy->getPrimitiveSizeInBits() < 128 &&
683 InputTy->isIntOrIntVectorTy()) {
688 InputTy = InputTy->getWithNewBitWidth(
689 128 / cast<FixedVectorType>(InputTy)->getNumElements());
694 if (InputTy->getPrimitiveSizeInBits() != 128) {
703 Ptr, Offsets, Scale, cast<FixedVectorType>(InputTy), MemoryTy, Builder);
708 Input = Builder.CreateZExt(Input, InputTy);