Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDLowerBitSets.cpp321 BAI->Mask = ConstantExpr::getPtrToInt(MaskGlobal, Int8Ty); in createByteArray()
432 Constant *GlobalAsInt = ConstantExpr::getPtrToInt(CombinedGlobal, IntPtrTy); in lowerBitSetCall()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp1283 return llvm::ConstantExpr::getPtrToInt(C, DestTy); in EmitConstantValue()
1359 LHS = llvm::ConstantExpr::getPtrToInt(LHS, IntPtrTy); in EmitConstantValue()
1360 RHS = llvm::ConstantExpr::getPtrToInt(RHS, IntPtrTy); in EmitConstantValue()
HDItaniumCXXABI.cpp714 MemPtr[0] = llvm::ConstantExpr::getPtrToInt(addr, CGM.PtrDiffTy); in BuildMemberPointer()
2721 TypeNameField = llvm::ConstantExpr::getPtrToInt(TypeName, CGM.Int64Ty); in BuildTypeInfo()
HDMicrosoftCXXABI.cpp474 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
476 llvm::ConstantExpr::getPtrToInt(PtrVal, CGM.IntPtrTy); in getImageRelativeConstant()
HDCGObjCGNU.cpp1999 llvm::Constant *ptr = llvm::ConstantExpr::getPtrToInt(GS, IntPtrTy); in MakeBitField()
/NextBSD/contrib/llvm/lib/IR/
HDConstants.cpp1620 return getPtrToInt(C, Ty, OnlyIfReduced); in getCast()
1654 return getPtrToInt(S, Ty); in getPointerCast()
1809 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy, in getPtrToInt() function in ConstantExpr
1954 return getPtrToInt(GEP, in getSizeOf()
1968 return getPtrToInt(GEP, in getAlignOf()
1986 return getPtrToInt(GEP, in getOffsetOf()
HDAutoUpgrade.cpp784 return ConstantExpr::getIntToPtr(ConstantExpr::getPtrToInt(C, MidTy), in UpgradeBitCastExpr()
HDCore.cpp1226 return wrap(ConstantExpr::getPtrToInt(unwrap<Constant>(ConstantVal), in LLVMConstPtrToInt()
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp362 auto *NullInt = ConstantExpr::getPtrToInt( in combineLoadToNewType()
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h928 static Constant *getPtrToInt(Constant *C, Type *Ty,
/NextBSD/contrib/llvm/lib/Analysis/IPA/
HDInlineCost.cpp416 if (Constant *C = ConstantExpr::getPtrToInt(COp, I.getType())) { in visitPtrToInt()
/NextBSD/contrib/llvm/lib/Analysis/
HDConstantFolding.cpp751 Constant *Res = ConstantExpr::getPtrToInt(Ptr, CE->getType()); in SymbolicallyEvaluateGEP()