|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/BrainF/BrainF.cpp 157 PointerType::getUnqual(IntegerType::getInt8Ty(C)));
303 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)),
458 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1,
include/llvm/FuzzMutate/OpDescriptor.h 137 Result.push_back(UndefValue::get(PointerType::getUnqual(T)));
157 Result.push_back(UndefValue::get(PointerType::getUnqual(T)));
lib/Analysis/ScalarEvolution.cpp11143 Type *ETy = getEffectiveSCEVType(PointerType::getUnqual(Ty));
lib/AsmParser/LLParser.cpp 2395 Result = PointerType::getUnqual(Result);
6412 if (ConvertValIDToValue(PointerType::getUnqual(Ty), CalleeID, Callee, &PFS,
lib/CodeGen/LowerEmuTLS.cpp 116 PointerType::getUnqual(InitValue->getType()) : VoidPtrType;
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 7210 PointerType::getUnqual(LoadTy));
lib/CodeGen/ShadowStackGCLowering.cpp 189 PointerType *FrameMapPtrTy = PointerType::getUnqual(FrameMapTy);
200 EltTys.push_back(PointerType::getUnqual(StackEntryTy));
203 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy);
lib/CodeGen/SjLjEHPrepare.cpp 476 PointerType::getUnqual(FunctionContextTy));
479 PointerType::getUnqual(FunctionContextTy));
lib/IR/AutoUpgrade.cpp 1217 llvm::PointerType::getUnqual(Data->getType()));
1237 Ptr = Builder.CreateBitCast(Ptr, llvm::PointerType::getUnqual(ValTy));
1681 PointerType *EltPtrTy = PointerType::getUnqual(SrcEltTy);
1707 PointerType::getUnqual(Arg1->getType()),
1727 PointerType::getUnqual(Elt->getType()),
1743 PointerType::getUnqual(Arg1->getType()),
2129 llvm::PointerType::getUnqual(PtrTy));
2144 llvm::PointerType::getUnqual(PtrTy));
2286 PointerType::getUnqual(VT));
3032 Builder.CreateBitCast(Ptr, PointerType::getUnqual(VTy), "cast");
3414 llvm::PointerType::getUnqual(Data->getType()));
3636 llvm::PointerType::getUnqual(Data->getType()));
lib/IR/Constants.cpp 1932 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx);
1963 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx);
lib/IR/ConstantsContext.h 456 assert(PointerType::getUnqual(FTy) == Ty);
lib/IR/Function.cpp 1015 return PointerType::getUnqual(Ty);
1023 return PointerType::getUnqual(EltTy);
lib/IR/InlineAsm.cpp 33 : Value(PointerType::getUnqual(FTy), Value::InlineAsmVal),
48 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key);
lib/IR/Instructions.cpp 574 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy);
lib/Target/Sparc/SparcISelLowering.cpp 2140 Entry.Ty = PointerType::getUnqual(ArgTy);
2168 Entry.Ty = PointerType::getUnqual(RetTy);
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 463 ArgTys.push_back(PointerType::getUnqual(CalleeFTy));
lib/Transforms/IPO/LowerTypeTests.cpp 394 PointerType *Int32PtrTy = PointerType::getUnqual(Int32Ty);
lib/Transforms/IPO/WholeProgramDevirt.cpp 1115 PointerType *NewFTPtr = PointerType::getUnqual(NewFT);
1631 Value *GEPPtr = LoadB.CreateBitCast(GEP, PointerType::getUnqual(Int8PtrTy));
lib/Transforms/InstCombine/InstCombineCalls.cpp 2337 PointerType::getUnqual(II->getType()));
2345 PointerType::getUnqual(II->getType()));
2354 PointerType::getUnqual(II->getArgOperand(0)->getType());
2362 Type *OpPtrTy = PointerType::getUnqual(II->getArgOperand(0)->getType());
2373 PointerType::getUnqual(VTy));
2383 PointerType::getUnqual(II->getType()));
2394 Type *OpPtrTy = PointerType::getUnqual(VTy);
2404 PointerType::getUnqual(II->getArgOperand(0)->getType());
4796 NestF->getType() == PointerType::getUnqual(NewFTy) ?
4798 PointerType::getUnqual(NewFTy));
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 553 ShadowPtrTy = PointerType::getUnqual(ShadowTy);
586 GetArgTLSTy = FunctionType::get(PointerType::getUnqual(ArgTLSTy), false);
589 PointerType::getUnqual(GetArgTLSTy));
593 GetRetvalTLSTy = FunctionType::get(PointerType::getUnqual(ShadowTy), false);
596 PointerType::getUnqual(GetRetvalTLSTy));
865 ConstantExpr::getBitCast(NewF, PointerType::getUnqual(FT)));
895 ConstantExpr::getBitCast(NewF, PointerType::getUnqual(FT));
1345 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowTy));
1360 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowVecTy));
1710 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT));
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 371 IntptrPtrTy = PointerType::getUnqual(IntptrTy);
374 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty());
375 Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty());
376 Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty());
lib/Transforms/ObjCARC/ObjCARCContract.cpp 415 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
416 Type *I8XX = PointerType::getUnqual(I8X);
lib/Transforms/ObjCARC/ObjCARCOpts.cpp 1572 Type *ParamTy = PointerType::getUnqual(Type::getInt8Ty(ArgTy->getContext()));
lib/Transforms/Utils/CodeExtractor.cpp 798 paramTy.push_back(PointerType::getUnqual(output->getType()));
812 paramTy.push_back(PointerType::getUnqual(StructTy));
lib/Transforms/Utils/ModuleUtils.cpp 31 IRB.getInt32Ty(), PointerType::getUnqual(FnTy), IRB.getInt8PtrTy());
tools/bugpoint/Miscompilation.cpp 896 Resolver, PointerType::getUnqual(F->getFunctionType()),
tools/clang/lib/CodeGen/CGBlocks.cpp 1308 llvm::Type *BlockFTyPtr = llvm::PointerType::getUnqual(BlockFTy);
2749 types.push_back(llvm::PointerType::getUnqual(byrefType));
tools/clang/lib/CodeGen/CGBuiltin.cpp 152 Address, llvm::PointerType::getUnqual(Val->getType()), "cast");
5491 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy->getVectorElementType());
5496 Ty = llvm::PointerType::getUnqual(Ops[1]->getType());
5516 Ty = llvm::PointerType::getUnqual(Ops[1]->getType());
5523 Ty = llvm::PointerType::getUnqual(VTy->getElementType());
5542 Ty = llvm::PointerType::getUnqual(Ops[1]->getType());
5670 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy->getVectorElementType());
5700 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty));
5728 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty));
5746 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty));
6221 Address LdPtr = Builder.CreateBitCast(Tmp,llvm::PointerType::getUnqual(STy));
6758 Ty = llvm::PointerType::getUnqual(Ops[1]->getType());
7209 Tmp = Builder.CreateBitCast(Tmp, llvm::PointerType::getUnqual(STy));
9125 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(VTy));
9132 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(VTy));
9138 Ty = llvm::PointerType::getUnqual(VTy->getElementType());
9149 Ty = llvm::PointerType::getUnqual(VTy->getElementType());
9163 Ty = llvm::PointerType::getUnqual(Ops[1]->getType());
9168 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy);
9174 llvm::PointerType::getUnqual(Ops[1]->getType()));
9179 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy);
9185 llvm::PointerType::getUnqual(Ops[1]->getType()));
9190 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy);
9196 llvm::PointerType::getUnqual(Ops[1]->getType()));
9202 llvm::PointerType::getUnqual(VTy->getElementType());
9208 llvm::PointerType::getUnqual(Ops[1]->getType()));
9214 llvm::PointerType::getUnqual(VTy->getElementType());
9220 llvm::PointerType::getUnqual(Ops[1]->getType()));
9226 llvm::PointerType::getUnqual(VTy->getElementType());
9232 llvm::PointerType::getUnqual(Ops[1]->getType()));
9245 Ty = llvm::PointerType::getUnqual(Ops[1]->getType());
9260 Ty = llvm::PointerType::getUnqual(Ops[1]->getType());
9276 Ty = llvm::PointerType::getUnqual(Ops[1]->getType());
9333 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty));
9352 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty));
9370 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty));
9515 llvm::PointerType::getUnqual(Ops[1]->getType()));
9527 llvm::PointerType::getUnqual(Ops[1]->getType()));
9542 llvm::PointerType::getUnqual(PtrTy));
9573 llvm::PointerType::getUnqual(PtrTy));
11351 Ptr, llvm::PointerType::getUnqual(Src->getType()), "cast");
tools/clang/lib/CodeGen/CGCUDANV.cpp 166 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
tools/clang/lib/CodeGen/CGExpr.cpp 1179 llvm::Type *Ty = llvm::PointerType::getUnqual(ConvertType(E->getType()));
4807 CalleePtr, llvm::PointerType::getUnqual(PrefixStructTy));
tools/clang/lib/CodeGen/CGObjCGNU.cpp 812 SlotTy = llvm::PointerType::getUnqual(SlotStructTy);
2141 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty);
2142 ProtocolPtrTy = llvm::PointerType::getUnqual(
2156 PtrToIntTy = llvm::PointerType::getUnqual(IntTy);
2174 PtrToIdTy = llvm::PointerType::getUnqual(IdTy);
2202 PtrToObjCSuperTy = llvm::PointerType::getUnqual(ObjCSuperTy);
2232 IMPTy = llvm::PointerType::getUnqual(llvm::FunctionType::get(IdTy, IMPArgs,
2531 llvm::PointerType::getUnqual(IdTy));
2573 llvm::PointerType::getUnqual(CastTy));
3038 return CGF.Builder.CreateBitCast(protocol, llvm::PointerType::getUnqual(T));
3620 selStructPtrTy = llvm::PointerType::getUnqual(selStructTy);
tools/clang/lib/CodeGen/CGObjCMac.cpp 198 ExternalProtocolPtrTy = llvm::PointerType::getUnqual(T);
5633 llvm::PointerType::getUnqual(ObjectPtrTy);
5665 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy);
5681 PropertyListPtrTy = llvm::PointerType::getUnqual(PropertyListTy);
5693 CachePtrTy = llvm::PointerType::getUnqual(CacheTy);
5715 llvm::PointerType::getUnqual(MethodDescriptionListTy);
5733 ProtocolExtensionPtrTy = llvm::PointerType::getUnqual(ProtocolExtensionTy);
5742 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy), LongTy,
5753 llvm::PointerType::getUnqual(ProtocolListTy),
5757 ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy);
5759 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);
5774 IvarListPtrTy = llvm::PointerType::getUnqual(IvarListTy);
5779 MethodListPtrTy = llvm::PointerType::getUnqual(MethodListTy);
5784 ClassExtensionPtrTy = llvm::PointerType::getUnqual(ClassExtensionTy);
5802 ClassTy->setBody(llvm::PointerType::getUnqual(ClassTy),
5803 llvm::PointerType::getUnqual(ClassTy), Int8PtrTy, LongTy,
5807 ClassPtrTy = llvm::PointerType::getUnqual(ClassTy);
5836 SymtabPtrTy = llvm::PointerType::getUnqual(SymtabTy);
5870 MethodListnfABIPtrTy = llvm::PointerType::getUnqual(MethodListnfABITy);
5894 llvm::PointerType::getUnqual(ProtocolListnfABITy), MethodListnfABIPtrTy,
5900 ProtocolnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolnfABITy);
5910 ProtocolListnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolListnfABITy);
5920 "struct._ivar_t", llvm::PointerType::getUnqual(IvarOffsetVarTy),
5932 IvarListnfABIPtrTy = llvm::PointerType::getUnqual(IvarListnfABITy);
5968 ClassnfABITy->setBody(llvm::PointerType::getUnqual(ClassnfABITy),
5969 llvm::PointerType::getUnqual(ClassnfABITy), CachePtrTy,
5970 llvm::PointerType::getUnqual(ImpnfABITy),
5971 llvm::PointerType::getUnqual(ClassRonfABITy));
5974 ClassnfABIPtrTy = llvm::PointerType::getUnqual(ClassnfABITy);
6019 MessageRefPtrTy = llvm::PointerType::getUnqual(MessageRefTy);
6030 SuperMessageRefPtrTy = llvm::PointerType::getUnqual(SuperMessageRefTy);
6039 llvm::PointerType::getUnqual(Int8PtrTy),
6041 EHTypePtrTy = llvm::PointerType::getUnqual(EHTypeTy);
tools/clang/lib/CodeGen/CGObjCRuntime.cpp 69 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 1768 llvm::Type *MicroParams[] = {llvm::PointerType::getUnqual(CGM.Int32Ty),
1769 llvm::PointerType::getUnqual(CGM.Int32Ty)};
1772 return llvm::PointerType::getUnqual(Kmpc_MicroTy);
1828 llvm::PointerType::getUnqual(KmpCriticalNameTy)};
1838 llvm::PointerType::getUnqual(KmpCriticalNameTy),
1874 llvm::PointerType::getUnqual(KmpCriticalNameTy)};
2046 llvm::PointerType::getUnqual(KmpCriticalNameTy)};
2063 llvm::PointerType::getUnqual(KmpCriticalNameTy)};
2074 llvm::PointerType::getUnqual(KmpCriticalNameTy)};
2085 llvm::PointerType::getUnqual(KmpCriticalNameTy)};
2564 auto *PtrTy = llvm::PointerType::getUnqual(ITy);
2569 llvm::PointerType::getUnqual(CGM.Int32Ty), // p_lastiter
2629 auto *PtrTy = llvm::PointerType::getUnqual(ITy);
2633 llvm::PointerType::getUnqual(CGM.Int32Ty), // p_lastiter
tools/clang/lib/CodeGen/CGStmt.cpp 1831 Ty = llvm::PointerType::getUnqual(Ty);
tools/clang/lib/CodeGen/CodeGenModule.cpp 2405 llvm::PointerType::getUnqual(DeclTy),
3262 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty);
3687 : llvm::PointerType::getUnqual(Ty);
4466 llvm::PointerType::getUnqual(DeclTy),
tools/clang/lib/CodeGen/TargetInfo.cpp 631 llvm::PointerType::getUnqual(CGF.ConvertTypeForMem(Ty));
3701 llvm::PointerType::getUnqual(LTy));
3804 llvm::Type *PTyLo = llvm::PointerType::getUnqual(TyLo);
3805 llvm::Type *PTyHi = llvm::PointerType::getUnqual(TyHi);
5307 BaseTy = llvm::PointerType::getUnqual(BaseTy);
5424 MemTy = llvm::PointerType::getUnqual(MemTy);
6698 DirectTy = llvm::PointerType::getUnqual(DirectTy);
8362 llvm::Type *ArgPtrTy = llvm::PointerType::getUnqual(ArgTy);
8725 llvm::Type *ArgPtrTy = llvm::PointerType::getUnqual(ArgTy);
tools/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp 98 PointerType *getEntryPtrTy() { return PointerType::getUnqual(getEntryTy()); }
115 return PointerType::getUnqual(getDeviceImageTy());
133 return PointerType::getUnqual(getBinDescTy());
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp 249 PointerType *fun_ptr_ty = PointerType::getUnqual(fun_ty);
273 PointerType *fun_ptr_ty = PointerType::getUnqual(fun_ty);
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp 480 PointerType *CFSCWB_ptr_ty = PointerType::getUnqual(CFSCWB_ty);
864 PointerType *srN_ptr_ty = PointerType::getUnqual(srN_type);
1015 PointerType *ogC_ptr_ty = PointerType::getUnqual(ogC_type);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp 109 llvm::PointerType::getUnqual(orig->getReturnType());
tools/polly/lib/CodeGen/BlockGenerators.cpp 1046 return PointerType::getUnqual(VectorType);
tools/polly/lib/CodeGen/LoopGeneratorsGOMP.cpp 32 Type *Params[] = {PointerType::getUnqual(FunctionType::get(
unittests/IR/ConstantsTest.cpp 203 PointerType::getUnqual(Int32Ty));
205 PointerType::getUnqual(Int32Ty));
284 CHECK(ConstantExpr::getInBoundsGetElementPtr(PointerType::getUnqual(Int32Ty),
312 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty));
314 PointerType::getUnqual(Int32Ty), Global, One);
unittests/IR/InstructionsTest.cpp 668 Value *V = Builder.CreateGEP(ArrTy, UndefValue::get(PointerType::getUnqual(ArrTy)),