Searched refs:CreatePtrToInt (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/Support/
H A DConstantFolder.h176 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h188 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
H A DNoFolder.h235 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp942 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr");
954 V = Builder.CreatePtrToInt(V, IntPtrTy, "sunkaddr");
972 Value *V = Builder.CreatePtrToInt(AddrMode.BaseGV, IntPtrTy, "sunkaddr");
H A DGVN.cpp1023 SrcVal = Builder.CreatePtrToInt(SrcVal, TD.getIntPtrType(Ctx));
H A DScalarReplAggregates.cpp966 SV = Builder.CreatePtrToInt(SV, TD.getIntPtrType(SV->getContext()));
/external/llvm/include/llvm/
H A DIRBuilder.h992 Value *CreatePtrToInt(Value *V, Type *DestTy, function in class:llvm::IRBuilder
1285 Value *LHS_int = CreatePtrToInt(LHS, Type::getInt64Ty(Context));
1286 Value *RHS_int = CreatePtrToInt(RHS, Type::getInt64Ty(Context));
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1373 Value *P = Builder->CreatePtrToInt(CI.getOperand(0),
1378 Value *P = Builder->CreatePtrToInt(CI.getOperand(0),
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1553 Arg = Builder.CreatePtrToInt(Arg, IntPtrTy);
1661 Tmp = Builder.CreatePtrToInt(Tmp,
H A DCGExprScalar.cpp590 return Builder.CreatePtrToInt(Src, DstTy, "conv");
1178 return Builder.CreatePtrToInt(Visit(E), ConvertType(DestTy));
2040 = Builder.CreatePtrToInt(op.LHS, CGF.PtrDiffTy, "sub.ptr.lhs.cast");
2042 = Builder.CreatePtrToInt(op.RHS, CGF.PtrDiffTy, "sub.ptr.rhs.cast");
H A DTargetInfo.cpp940 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(Addr,
2265 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(overflow_arg_area,
3047 llvm::Value *AddrAsInt = Builder.CreatePtrToInt(Addr, CGF.Int32Ty);
3593 llvm::Value *AddrAsInt = CGF.Builder.CreatePtrToInt(Addr, IntTy);
H A DCGExpr.cpp597 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
1336 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast");
1338 Builder.CreatePtrToInt(LvalueDst, ResultType, "sub.ptr.lhs.cast");
H A DCGBuiltin.cpp60 return CGF.Builder.CreatePtrToInt(V, IntType);
765 Value *Result = Builder.CreatePtrToInt(Ptr, IntPtrTy, "extend.cast");
H A DCGCall.cpp623 Val = CGF.Builder.CreatePtrToInt(Val, CGF.IntPtrTy, "coerce.val.pi");
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp984 CV = Builder.CreatePtrToInt(CV, TD->getIntPtrType(CV->getContext()),
2546 CompVal = Builder.CreatePtrToInt(CompVal,
/external/llvm/lib/VMCore/
H A DCore.cpp2151 return wrap(unwrap(B)->CreatePtrToInt(unwrap(Val), unwrap(DestTy), Name));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2177 See the method [llvm::LLVMBuilder::CreatePtrToInt]. *)

Completed in 425 milliseconds