| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 52 return llvm::ConstantExpr::getIntToPtr(Int, PtrTy); in initializationPatternFor()
|
| H A D | CGObjCGNU.cpp | 998 auto *ObjCStr = llvm::ConstantExpr::getIntToPtr( in GenerateConstantString() 1400 ProtocolBuilder.add(llvm::ConstantExpr::getIntToPtr( in GenerateProtocolRef() 3074 Elements.add(llvm::ConstantExpr::getIntToPtr( in GenerateEmptyProtocol() 3146 llvm::ConstantExpr::getIntToPtr( in GenerateProtocol()
|
| H A D | CGVTables.cpp | 687 builder.add(llvm::ConstantExpr::getIntToPtr( in AddPointerLayoutOffset()
|
| H A D | CGExprConstant.cpp | 1875 C = llvm::ConstantExpr::getIntToPtr(C, destPtrTy); in tryEmitAbsolute()
|
| H A D | ItaniumCXXABI.cpp | 3719 llvm::ConstantExpr::getIntToPtr(TypeNameField, CGM.Int8PtrTy); in BuildTypeInfo()
|
| H A D | CGObjCMac.cpp | 3019 Result = llvm::ConstantExpr::getIntToPtr(Result, CGM.Int8PtrTy); in BuildByrefLayout()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SanitizerStats.cpp | 52 ConstantExpr::getIntToPtr( in create()
|
| H A D | Local.cpp | 766 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in MergeBasicBlockIntoOnlyPred()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | IndirectBrExpandPass.cpp | 168 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 82 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
|
| H A D | Constants.cpp | 396 C = ConstantExpr::getIntToPtr(C, PTy); in getIntegerValue() 2007 return getIntToPtr(C, Ty, OnlyIfReduced); in getCast() 2207 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr() function in ConstantExpr
|
| H A D | Core.cpp | 1761 return wrap(ConstantExpr::getIntToPtr(unwrap<Constant>(ConstantVal), in LLVMConstIntToPtr()
|
| H A D | AutoUpgrade.cpp | 4020 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy), in UpgradeBitCastExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 631 ConstantExpr::getIntToPtr(ConstantInt::get(Int8Ty, Mask), Int8PtrTy)); in allocateByteArrays() 925 ExportGlobal(Name, ConstantExpr::getIntToPtr(C, Int8PtrTy)); in exportTypeId() 987 C = ConstantExpr::getIntToPtr(C, Ty); in importTypeId()
|
| H A D | WholeProgramDevirt.cpp | 1468 ConstantExpr::getIntToPtr(ConstantInt::get(Int32Ty, Const), Int8PtrTy)); in exportConstant()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 623 IRB, ConstantExpr::getIntToPtr( in getShadowNonTls() 1424 Constant *Aliasee = ConstantExpr::getIntToPtr( in instrumentGlobal()
|
| H A D | AddressSanitizer.cpp | 2482 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), in InstrumentGlobals()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 282 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy)); in FoldBitCast() 893 Res = ConstantExpr::getIntToPtr(Res, ResTy); in SymbolicallyEvaluateGEP() 945 return ConstantExpr::getIntToPtr(C, ResTy); in SymbolicallyEvaluateGEP()
|
| H A D | InlineCost.cpp | 1313 return ConstantExpr::getIntToPtr(COps[0], I.getType()); in visitIntToPtr()
|
| H A D | InstructionSimplify.cpp | 3408 ConstantExpr::getIntToPtr(RHSC, SrcTy), in SimplifyICmpInst() 4345 return ConstantExpr::getIntToPtr(CI, GEPTy); in SimplifyGEPInst() 4352 return ConstantExpr::getIntToPtr(CI, GEPTy); in SimplifyGEPInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1013 static Constant *getIntToPtr(Constant *C, Type *Ty,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 4538 NewOp1 = ConstantExpr::getIntToPtr(RHSC, SrcTy); in foldICmpWithCastOp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1279 See the method [llvm::ConstantExpr::getIntToPtr]. *)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2498 return ConstantExpr::getIntToPtr( in SegmentOffset()
|