| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 52 return llvm::ConstantExpr::getIntToPtr(Int, PtrTy); in initializationPatternFor()
|
| H A D | CGObjCGNU.cpp | 1001 auto *ObjCStr = llvm::ConstantExpr::getIntToPtr( in GenerateConstantString() 1405 ProtocolBuilder.add(llvm::ConstantExpr::getIntToPtr( in GenerateProtocolRef() 3159 Elements.add(llvm::ConstantExpr::getIntToPtr( in GenerateEmptyProtocol() 3231 llvm::ConstantExpr::getIntToPtr( in GenerateProtocol()
|
| H A D | CGVTables.cpp | 689 builder.add(llvm::ConstantExpr::getIntToPtr( in AddPointerLayoutOffset()
|
| H A D | CGExprConstant.cpp | 1906 C = llvm::ConstantExpr::getIntToPtr(C, destPtrTy); in tryEmitAbsolute()
|
| H A D | ItaniumCXXABI.cpp | 3724 llvm::ConstantExpr::getIntToPtr(TypeNameField, CGM.Int8PtrTy); in BuildTypeInfo()
|
| H A D | CGObjCMac.cpp | 2954 Result = llvm::ConstantExpr::getIntToPtr(Result, CGM.Int8PtrTy); in BuildByrefLayout()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SanitizerStats.cpp | 51 ConstantExpr::getIntToPtr( in create()
|
| H A D | Evaluator.cpp | 190 MV->Val = ConstantExpr::getIntToPtr(V, MVType); in write()
|
| H A D | Local.cpp | 791 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in MergeBasicBlockIntoOnlyPred()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 250 return {fun_ty, ConstantExpr::getIntToPtr(fun_addr_int, fun_ptr_ty)}; in BuildPointerValidatorFunc() 274 return {fun_ty, ConstantExpr::getIntToPtr(fun_addr_int, fun_ptr_ty)}; in BuildObjectCheckerFunc()
|
| H A D | IRForTarget.cpp | 469 CFSCWB_ty, ConstantExpr::getIntToPtr(CFSCWB_addr_int, CFSCWB_ptr_ty)}; in RewriteObjCConstString() 820 ConstantExpr::getIntToPtr(srN_addr_int, srN_ptr_ty)}; in RewriteObjCSelector() 970 ConstantExpr::getIntToPtr(ogC_addr_int, ogC_ptr_ty)}; in RewriteObjCClassReference() 1247 ConstantExpr::getIntToPtr(symbol_addr_int, symbol_type); in HandleSymbol() 1320 ConstantExpr::getIntToPtr(class_addr, load_instruction->getType()); in HandleObjCClass()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | IndirectBrExpandPass.cpp | 164 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 85 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
|
| H A D | Constants.cpp | 386 C = ConstantExpr::getIntToPtr(C, PTy); in getIntegerValue() 1974 return getIntToPtr(C, Ty, OnlyIfReduced); in getCast() 2185 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr() function in ConstantExpr
|
| H A D | Core.cpp | 1742 return wrap(ConstantExpr::getIntToPtr(unwrap<Constant>(ConstantVal), in LLVMConstIntToPtr()
|
| H A D | AutoUpgrade.cpp | 4195 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy), in UpgradeBitCastExpr()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 177 ConstantExpr::getIntToPtr(K, Int32PtrTy), Int32Ptr1Ty)); in TEST() 179 ConstantExpr::getIntToPtr(K, Int32Ptr1Ty), Int32PtrTy)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 607 ConstantExpr::getIntToPtr(ConstantInt::get(Int8Ty, Mask), Int8PtrTy)); in allocateByteArrays() 901 ExportGlobal(Name, ConstantExpr::getIntToPtr(C, Int8PtrTy)); in exportTypeId() 963 C = ConstantExpr::getIntToPtr(C, Ty); in importTypeId()
|
| H A D | WholeProgramDevirt.cpp | 1544 ConstantExpr::getIntToPtr(ConstantInt::get(Int32Ty, Const), Int8PtrTy)); in exportConstant()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 697 IRB, ConstantExpr::getIntToPtr( in getShadowNonTls() 1573 Constant *Aliasee = ConstantExpr::getIntToPtr( in instrumentGlobal()
|
| H A D | AddressSanitizer.cpp | 2318 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), in InstrumentGlobals()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1045 static Constant *getIntToPtr(Constant *C, Type *Ty,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 279 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy)); in FoldBitCast() 950 return ConstantExpr::getIntToPtr(C, ResTy); in SymbolicallyEvaluateGEP()
|
| H A D | InstructionSimplify.cpp | 3663 ConstantExpr::getIntToPtr(RHSC, SrcTy), in simplifyICmpInst() 4638 return ConstantExpr::getIntToPtr(CI, GEPTy); in simplifyGEPInst() 4645 return ConstantExpr::getIntToPtr(CI, GEPTy); in simplifyGEPInst()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1238 See the method [llvm::ConstantExpr::getIntToPtr]. *)
|