Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp52 ConstantExpr::getIntToPtr( in create()
DLocal.cpp709 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in MergeBasicBlockIntoOnlyPred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp155 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp76 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
DConstants.cpp363 C = ConstantExpr::getIntToPtr(C, PTy); in getIntegerValue()
1660 return getIntToPtr(C, Ty, OnlyIfReduced); in getCast()
1859 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr() function in ConstantExpr
DCore.cpp1712 return wrap(ConstantExpr::getIntToPtr(unwrap<Constant>(ConstantVal), in LLVMConstIntToPtr()
DAutoUpgrade.cpp3822 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy), in UpgradeBitCastExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp625 ConstantExpr::getIntToPtr(ConstantInt::get(Int8Ty, Mask), Int8PtrTy)); in allocateByteArrays()
917 ExportGlobal(Name, ConstantExpr::getIntToPtr(C, Int8PtrTy)); in exportTypeId()
979 C = ConstantExpr::getIntToPtr(C, Ty); in importTypeId()
DWholeProgramDevirt.cpp1267 ConstantExpr::getIntToPtr(ConstantInt::get(Int32Ty, Const), Int8PtrTy)); in exportConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp594 return ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, Mapping.Offset), in shadowBase()
1291 Constant *Aliasee = ConstantExpr::getIntToPtr( in instrumentGlobal()
DDataFlowSanitizer.cpp591 GetArgTLS = ConstantExpr::getIntToPtr( in doInitialization()
598 GetRetvalTLS = ConstantExpr::getIntToPtr( in doInitialization()
DAddressSanitizer.cpp2351 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), in InstrumentGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp274 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy)); in FoldBitCast()
859 Res = ConstantExpr::getIntToPtr(Res, ResTy); in SymbolicallyEvaluateGEP()
913 return ConstantExpr::getIntToPtr(C, ResTy); in SymbolicallyEvaluateGEP()
DInlineCost.cpp968 return ConstantExpr::getIntToPtr(COps[0], I.getType()); in visitIntToPtr()
DInstructionSimplify.cpp3298 ConstantExpr::getIntToPtr(RHSC, SrcTy), in SimplifyICmpInst()
4131 return ConstantExpr::getIntToPtr(CI, GEPTy); in SimplifyGEPInst()
4137 return ConstantExpr::getIntToPtr(CI, GEPTy); in SimplifyGEPInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h967 static Constant *getIntToPtr(Constant *C, Type *Ty,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4459 NewOp1 = ConstantExpr::getIntToPtr(RHSC, SrcTy); in foldICmpWithCastOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2462 return ConstantExpr::getIntToPtr( in SegmentOffset()