| /openbsd-src/gnu/llvm/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 | 703 builder.add(llvm::ConstantExpr::getIntToPtr( in AddPointerLayoutOffset()
|
| H A D | CGExprConstant.cpp | 1903 C = llvm::ConstantExpr::getIntToPtr(C, destPtrTy); in tryEmitAbsolute()
|
| H A D | ItaniumCXXABI.cpp | 3751 llvm::ConstantExpr::getIntToPtr(TypeNameField, CGM.Int8PtrTy); in BuildTypeInfo()
|
| H A D | CGObjCMac.cpp | 2959 Result = llvm::ConstantExpr::getIntToPtr(Result, CGM.Int8PtrTy); in BuildByrefLayout()
|
| /openbsd-src/gnu/llvm/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 | 808 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in MergeBasicBlockIntoOnlyPred()
|
| /openbsd-src/gnu/llvm/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 | 470 CFSCWB_ty, ConstantExpr::getIntToPtr(CFSCWB_addr_int, CFSCWB_ptr_ty)}; in RewriteObjCConstString() 821 ConstantExpr::getIntToPtr(srN_addr_int, srN_ptr_ty)}; in RewriteObjCSelector() 971 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | IndirectBrExpandPass.cpp | 165 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 85 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
|
| H A D | Constants.cpp | 394 C = ConstantExpr::getIntToPtr(C, PTy); in getIntegerValue() 2004 return getIntToPtr(C, Ty, OnlyIfReduced); in getCast() 2215 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr() function in ConstantExpr
|
| H A D | Core.cpp | 1730 return wrap(ConstantExpr::getIntToPtr(unwrap<Constant>(ConstantVal), in LLVMConstIntToPtr()
|
| H A D | AutoUpgrade.cpp | 4478 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy), in UpgradeBitCastExpr()
|
| /openbsd-src/gnu/llvm/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 | 1543 ConstantExpr::getIntToPtr(ConstantInt::get(Int32Ty, Const), Int8PtrTy)); in exportConstant()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 700 IRB, ConstantExpr::getIntToPtr( in getShadowNonTls() 1566 Constant *Aliasee = ConstantExpr::getIntToPtr( in instrumentGlobal()
|
| H A D | AddressSanitizer.cpp | 2352 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), in InstrumentGlobals()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1070 static Constant *getIntToPtr(Constant *C, Type *Ty,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 279 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy)); in FoldBitCast() 949 return ConstantExpr::getIntToPtr(C, ResTy); in SymbolicallyEvaluateGEP()
|
| H A D | InstructionSimplify.cpp | 3733 ConstantExpr::getIntToPtr(RHSC, SrcTy), in simplifyICmpInst() 4839 return ConstantExpr::getIntToPtr(CI, GEPTy); in simplifyGEPInst() 4846 return ConstantExpr::getIntToPtr(CI, GEPTy); in simplifyGEPInst()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1231 See the method [llvm::ConstantExpr::getIntToPtr]. *)
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 4979 NewOp1 = ConstantExpr::getIntToPtr(RHSC, SrcTy); in foldICmpWithCastOp()
|