Lines Matching defs:InTy
11710 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty;
11712 Ops[0] = Builder.CreateBitCast(Ops[0], InTy);
11727 llvm::Type *InTy;
11729 InTy = Int64Ty;
11731 InTy = Int32Ty;
11733 InTy = Int16Ty;
11734 Ops[0] = Builder.CreateBitCast(Ops[0], InTy);
11750 llvm::Type* InTy = Int32Ty;
11752 llvm::Type *Tys[2] = {InTy, FTy};
11785 llvm::Type* InTy = Int32Ty;
11787 llvm::Type *Tys[2] = {InTy, FTy};
11806 llvm::Type* InTy = Int32Ty;
11808 llvm::Type *Tys[2] = {InTy, FTy};
11824 llvm::Type* InTy = Int32Ty;
11825 llvm::Type *Tys[2] = {FTy, InTy};
11831 Ops[0] = Builder.CreateSExt(Ops[0], InTy, "sext");
11835 Ops[0] = Builder.CreateZExt(Ops[0], InTy);