Searched refs:getWithNewType (Results 1 – 6 of 6) sorted by relevance
716 Type *Type::getWithNewType(Type *EltTy) const { in getWithNewType() function726 return getWithNewType(getIntNTy(getContext(), NewBitWidth)); in getWithNewBitWidth()
426 inline Type *getWithNewType(Type *EltTy) const;
154 Attribute getWithNewType(LLVMContext &Context, Type *ReplacementTy) { in getWithNewType() function710 Attr.getWithNewType(C, ReplacementTy));
2040 Type *Ty = CI.getOperand(0)->getType()->getWithNewType( in visitIntToPtr()2087 SrcTy->getWithNewType(DL.getIntPtrType(CI.getContext(), AS)); in visitPtrToInt()
2194 VTy = cast<VectorType>(VTy->getWithNewType(IntegerType::getIntNTy( in isVectorPromotionViable()
19055 llvm::Type *TruncT = SrcT->getWithNewType(Builder.getInt32Ty()); in EmitWebAssemblyBuiltinExpr()