Home
last modified time | relevance | path

Searched refs:getIntToPtr (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DPatternInit.cpp52 return llvm::ConstantExpr::getIntToPtr(Int, PtrTy); in initializationPatternFor()
H A DCGObjCGNU.cpp1001 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 DCGVTables.cpp703 builder.add(llvm::ConstantExpr::getIntToPtr( in AddPointerLayoutOffset()
H A DCGExprConstant.cpp1903 C = llvm::ConstantExpr::getIntToPtr(C, destPtrTy); in tryEmitAbsolute()
H A DItaniumCXXABI.cpp3751 llvm::ConstantExpr::getIntToPtr(TypeNameField, CGM.Int8PtrTy); in BuildTypeInfo()
H A DCGObjCMac.cpp2959 Result = llvm::ConstantExpr::getIntToPtr(Result, CGM.Int8PtrTy); in BuildByrefLayout()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp51 ConstantExpr::getIntToPtr( in create()
H A DEvaluator.cpp190 MV->Val = ConstantExpr::getIntToPtr(V, MVType); in write()
H A DLocal.cpp808 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in MergeBasicBlockIntoOnlyPred()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp250 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 DIRForTarget.cpp470 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 DIndirectBrExpandPass.cpp165 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp85 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
H A DConstants.cpp394 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 DCore.cpp1730 return wrap(ConstantExpr::getIntToPtr(unwrap<Constant>(ConstantVal), in LLVMConstIntToPtr()
H A DAutoUpgrade.cpp4478 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy), in UpgradeBitCastExpr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp607 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 DWholeProgramDevirt.cpp1543 ConstantExpr::getIntToPtr(ConstantInt::get(Int32Ty, Const), Int8PtrTy)); in exportConstant()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp700 IRB, ConstantExpr::getIntToPtr( in getShadowNonTls()
1566 Constant *Aliasee = ConstantExpr::getIntToPtr( in instrumentGlobal()
H A DAddressSanitizer.cpp2352 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), in InstrumentGlobals()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1070 static Constant *getIntToPtr(Constant *C, Type *Ty,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp279 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy)); in FoldBitCast()
949 return ConstantExpr::getIntToPtr(C, ResTy); in SymbolicallyEvaluateGEP()
H A DInstructionSimplify.cpp3733 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 Dllvm.mli1231 See the method [llvm::ConstantExpr::getIntToPtr]. *)
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4979 NewOp1 = ConstantExpr::getIntToPtr(RHSC, SrcTy); in foldICmpWithCastOp()

12