Home
last modified time | relevance | path

Searched refs:getWithNewType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h697 Type *Type::getWithNewType(Type *EltTy) const { in getWithNewType() function
707 return getWithNewType(getIntNTy(getContext(), NewBitWidth)); in getWithNewBitWidth()
H A DType.h422 inline Type *getWithNewType(Type *EltTy) const;
H A DAttributes.h166 Attribute getWithNewType(LLVMContext &Context, Type *ReplacementTy) { in getWithNewType() function
746 Attr.getWithNewType(C, ReplacementTy));
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp266 return Ty->getWithNewType(NPT); in INITIALIZE_PASS_DEPENDENCY()
H A DSROA.cpp2150 VTy = cast<VectorType>(VTy->getWithNewType(IntegerType::getIntNTy( in checkVectorTypesForPromotion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2016 Type *Ty = CI.getOperand(0)->getType()->getWithNewType( in visitIntToPtr()
2040 SrcTy->getWithNewType(DL.getIntPtrType(CI.getContext(), AS)); in visitPtrToInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1131 Type *nTy = FPOp->getType()->getWithNewType(nTyS); in fold_pow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9666 CanonicalType = CanonicalType->getWithNewType(IntegerType::get( in getEntryCost()
9699 CanonicalType = CanonicalType->getWithNewType(IntegerType::get( in getEntryCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21356 llvm::Type *TruncT = SrcT->getWithNewType(Builder.getInt32Ty()); in EmitWebAssemblyBuiltinExpr()