Searched refs:getPtrToInt (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ConstantInitBuilder.cpp | 136 base = llvm::ConstantExpr::getPtrToInt(base, Builder.CGM.IntPtrTy); in getRelativeOffset() 137 target = llvm::ConstantExpr::getPtrToInt(target, Builder.CGM.IntPtrTy); in getRelativeOffset()
|
| H A D | CGExprConstant.cpp | 1696 return llvm::ConstantExpr::getPtrToInt(value, destTy); in tryEmit() 1936 LHS = llvm::ConstantExpr::getPtrToInt(LHS, CGM.IntPtrTy); in tryEmitPrivate() 1937 RHS = llvm::ConstantExpr::getPtrToInt(RHS, CGM.IntPtrTy); in tryEmitPrivate()
|
| H A D | CodeGenFunction.cpp | 503 auto *GOTAsInt = llvm::ConstantExpr::getPtrToInt(GV, IntPtrTy); in EncodeAddrForUseInPrologue() 504 auto *FuncAsInt = llvm::ConstantExpr::getPtrToInt(F, IntPtrTy); in EncodeAddrForUseInPrologue()
|
| H A D | ItaniumCXXABI.cpp | 953 MemPtr[0] = llvm::ConstantExpr::getPtrToInt(addr, CGM.PtrDiffTy); in BuildMemberPointer() 3295 TypeNameField = llvm::ConstantExpr::getPtrToInt(TypeName, CGM.Int64Ty); in BuildTypeInfo()
|
| H A D | MicrosoftCXXABI.cpp | 541 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant() 543 llvm::ConstantExpr::getPtrToInt(PtrVal, CGM.IntPtrTy); in getImageRelativeConstant()
|
| H A D | CGObjCGNU.cpp | 3114 llvm::Constant *ptr = llvm::ConstantExpr::getPtrToInt(GS, IntPtrTy); in MakeBitField()
|
| H A D | CodeGenModule.cpp | 4294 IsSwiftABI ? llvm::ConstantExpr::getPtrToInt(C, Ty) in GetAddrOfConstantCFString()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 1559 return getPtrToInt(C, Ty, OnlyIfReduced); in getCast() 1593 return getPtrToInt(S, Ty); in getPointerCast() 1747 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy, in getPtrToInt() function in ConstantExpr 1921 return getPtrToInt(GEP, in getSizeOf() 1934 return getPtrToInt(GEP, in getAlignOf() 1952 return getPtrToInt(GEP, in getOffsetOf()
|
| H A D | AutoUpgrade.cpp | 3618 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy), in UpgradeBitCastExpr()
|
| H A D | Core.cpp | 1683 return wrap(ConstantExpr::getPtrToInt(unwrap<Constant>(ConstantVal), in LLVMConstPtrToInt()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 625 B.CreateAnd(Byte, ConstantExpr::getPtrToInt(TIL.BitMask, Int8Ty)); in createBitSetTest() 688 ConstantExpr::getPtrToInt(TIL.OffsetedGlobal, IntPtrTy); in lowerTypeTestCall() 921 C = ConstantExpr::getPtrToInt(C, Ty); in importTypeId()
|
| H A D | WholeProgramDevirt.cpp | 1088 C = ConstantExpr::getPtrToInt(C, IntTy); in importConstant()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constants.h | 965 static Constant *getPtrToInt(Constant *C, Type *Ty,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 647 return ConstantExpr::getPtrToInt(COps[0], I.getType()); in visitPtrToInt()
|
| H A D | ConstantFolding.cpp | 837 Constant *Res = ConstantExpr::getPtrToInt(Ptr, CE->getType()); in SymbolicallyEvaluateGEP()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2497 auto *NullInt = ConstantExpr::getPtrToInt( in copyNonnullMetadata()
|