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/ |
D | HWAddressSanitizer.cpp | 1277 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/ |
D | Constants.cpp | 1658 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()
|
D | Core.cpp | 1707 return wrap(ConstantExpr::getPtrToInt(unwrap<Constant>(ConstantVal), in LLVMConstPtrToInt()
|
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 | 683 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()
|
D | WholeProgramDevirt.cpp | 1291 C = ConstantExpr::getPtrToInt(C, IntTy); in importConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 965 static Constant *getPtrToInt(Constant *C, Type *Ty,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 937 return ConstantExpr::getPtrToInt(COps[0], I.getType()); in visitPtrToInt()
|
D | ConstantFolding.cpp | 857 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/ |
D | Local.cpp | 2576 auto *NullInt = ConstantExpr::getPtrToInt( in copyNonnullMetadata()
|