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/ |
| D | SanitizerStats.cpp | 52 ConstantExpr::getIntToPtr( in create()
|
| D | Local.cpp | 709 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in MergeBasicBlockIntoOnlyPred()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | IndirectBrExpandPass.cpp | 155 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | BasicBlock.cpp | 76 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
|
| D | Constants.cpp | 363 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
|
| D | Core.cpp | 1712 return wrap(ConstantExpr::getIntToPtr(unwrap<Constant>(ConstantVal), in LLVMConstIntToPtr()
|
| D | AutoUpgrade.cpp | 3822 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/ |
| D | LowerTypeTests.cpp | 625 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()
|
| D | WholeProgramDevirt.cpp | 1267 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/ |
| D | HWAddressSanitizer.cpp | 594 return ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, Mapping.Offset), in shadowBase() 1291 Constant *Aliasee = ConstantExpr::getIntToPtr( in instrumentGlobal()
|
| D | DataFlowSanitizer.cpp | 591 GetArgTLS = ConstantExpr::getIntToPtr( in doInitialization() 598 GetRetvalTLS = ConstantExpr::getIntToPtr( in doInitialization()
|
| D | AddressSanitizer.cpp | 2351 ODRIndicator = ConstantExpr::getIntToPtr(ConstantInt::get(IntptrTy, -1), in InstrumentGlobals()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 274 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()
|
| D | InlineCost.cpp | 968 return ConstantExpr::getIntToPtr(COps[0], I.getType()); in visitIntToPtr()
|
| D | InstructionSimplify.cpp | 3298 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/ |
| D | Constants.h | 967 static Constant *getIntToPtr(Constant *C, Type *Ty,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 4459 NewOp1 = ConstantExpr::getIntToPtr(RHSC, SrcTy); in foldICmpWithCastOp()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 2462 return ConstantExpr::getIntToPtr( in SegmentOffset()
|