Home
last modified time | relevance | path

Searched refs:getPtrToInt (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1277 ConstantExpr::getPtrToInt(NewGV, Int64Ty), in instrumentGlobal()
1278 ConstantExpr::getPtrToInt(Descriptor, Int64Ty)), in instrumentGlobal()
1293 ConstantExpr::getPtrToInt(NewGV, Int64Ty), in instrumentGlobal()
1361 ConstantExpr::getSub(ConstantExpr::getPtrToInt(Ptr, Int64Ty), in instrumentGlobals()
1362 ConstantExpr::getPtrToInt(Note, Int64Ty)), in instrumentGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1658 return getPtrToInt(C, Ty, OnlyIfReduced); in getCast()
1692 return getPtrToInt(S, Ty); in getPointerCast()
1846 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy, in getPtrToInt() function in ConstantExpr
2001 return getPtrToInt(GEP, in getSizeOf()
2014 return getPtrToInt(GEP, in getAlignOf()
2032 return getPtrToInt(GEP, in getOffsetOf()
DCore.cpp1707 return wrap(ConstantExpr::getPtrToInt(unwrap<Constant>(ConstantVal), in LLVMConstPtrToInt()
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.cpp683 B.CreateAnd(Byte, ConstantExpr::getPtrToInt(TIL.BitMask, Int8Ty)); in createBitSetTest()
746 ConstantExpr::getPtrToInt(TIL.OffsetedGlobal, IntPtrTy); in lowerTypeTestCall()
986 C = ConstantExpr::getPtrToInt(C, Ty); in importTypeId()
DWholeProgramDevirt.cpp1291 C = ConstantExpr::getPtrToInt(C, IntTy); in importConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h965 static Constant *getPtrToInt(Constant *C, Type *Ty,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp937 return ConstantExpr::getPtrToInt(COps[0], I.getType()); in visitPtrToInt()
DConstantFolding.cpp857 Constant *Res = ConstantExpr::getPtrToInt(Ptr, CE->getType()); in SymbolicallyEvaluateGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2576 auto *NullInt = ConstantExpr::getPtrToInt( in copyNonnullMetadata()