Home
last modified time | relevance | path

Searched defs:NewTy (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp188 if (const Type *NewTy = getBetterObjCType(CastE, C)) in checkPostStmt() local
253 const ObjCObjectPointerType *NewTy = in getBetterObjCType() local
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDValueMapper.cpp49 FunctionType *NewTy = IA->getFunctionType(); in MapValue() local
105 Type *NewTy = C->getType(); in MapValue() local
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp182 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() local
317 static LoadInst *combineLoadToNewType(InstCombiner &IC, LoadInst &LI, Type *NewTy, in combineLoadToNewType()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUPromoteAlloca.cpp361 PointerType *NewTy = PointerType::get(EltTy, AMDGPUAS::LOCAL_ADDRESS); in visitAlloca() local
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDScalarReplAggregates.cpp358 Type *NewTy; in TryConvert() local
2221 Type *NewTy = in RewriteMemIntrinUserOfAlloca() local
HDSROA.cpp1847 static bool canConvertValue(const DataLayout &DL, Type *OldTy, Type *NewTy) { in canConvertValue()
1888 Type *NewTy) { in convertValue()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp567 Type *NewTy = NewGlobals[Val]->getValueType(); in SRAGlobal() local
2324 Type *NewTy = cast<PointerType>(Ptr->getType())->getElementType(); in EvaluateBlock() local
/NextBSD/contrib/llvm/lib/IR/
HDVerifier.cpp3053 Type *NewTy = ArgTys[D.getArgumentNumber()]; in VerifyIntrinsicType() local
3068 Type *NewTy = ArgTys[D.getArgumentNumber()]; in VerifyIntrinsicType() local
HDDIBuilder.cpp477 auto NewTy = Ty->clone(); in createTypeWithFlags() local
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp898 StructType *NewTy = StructType::get(GV->getContext(), Tys, false); in upgradeGlobalArray() local
/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1895 TypeMutator(Instruction *Inst, Type *NewTy) in TypeMutator()
2045 void TypePromotionTransaction::mutateType(Instruction *Inst, Type *NewTy) { in mutateType()
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp1283 StructType *NewTy = StructType::get(Ty, RightRedZoneTy, nullptr); in InstrumentGlobals() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprScalar.cpp1469 llvm::Type *NewTy = ConvertType(E->getType()); in VisitCastExpr() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp3219 QualType NewTy = NewElemTy; in handleModeAttr() local
HDSemaDecl.cpp14156 QualType NewTy; in ActOnEnumBody() local
HDSemaDeclCXX.cpp12935 QualType NewTy = New->getType()->getAs<FunctionType>()->getReturnType(); in CheckOverridingFunctionReturnType() local