HomeSort by relevance Sort by last modified time
    Searched refs:CreatePtrToInt (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 61 builder.CreatePtrToInt(addr, llvm::Type::getInt32Ty(*mContext));
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 58 llvm::Value *addr_as_int = builder.CreatePtrToInt(addr, int_ty);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 360 Builder.CreatePtrToInt(InPtr, Int32Ty), InStep), InTy);
367 Builder.CreatePtrToInt(OutPtr, Int32Ty), OutStep), OutTy);
587 Builder.CreatePtrToInt(InPtr, Int32Ty), InStep), InTy);
594 Builder.CreatePtrToInt(OutPtr, Int32Ty), OutStep), OutTy);
  /external/llvm/include/llvm/Support/
ConstantFolder.h 176 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
NoFolder.h 235 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const {
TargetFolder.h 188 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
GVN.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/include/llvm/
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGExprScalar.cpp 590 return Builder.CreatePtrToInt(Src, DstTy, "conv");
    [all...]
TargetInfo.cpp 940 llvm::Value *AsInt = CGF.Builder.CreatePtrToInt(Addr,
    [all...]
CGExpr.cpp 597 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
    [all...]
CGBuiltin.cpp 60 return CGF.Builder.CreatePtrToInt(V, IntType);
765 Value *Result = Builder.CreatePtrToInt(Ptr, IntPtrTy, "extend.cast");
    [all...]
CGCall.cpp 623 Val = CGF.Builder.CreatePtrToInt(Val, CGF.IntPtrTy, "coerce.val.pi");
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1294 milliseconds