HomeSort by relevance Sort by last modified time
    Searched refs:CreatePtrToInt (Results 1 - 23 of 23) 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 195 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
GVN.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGStmt.cpp     [all...]
CGAtomic.cpp     [all...]
CGExpr.cpp 557 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
    [all...]
CGExprScalar.cpp 706 return Builder.CreatePtrToInt(Src, DstTy, "conv");
    [all...]
CGBuiltin.cpp 60 return CGF.Builder.CreatePtrToInt(V, IntType);
800 Value *Result = Builder.CreatePtrToInt(Ptr, IntPtrTy, "extend.cast");
    [all...]
CGCall.cpp 661 Val = CGF.Builder.CreatePtrToInt(Val, CGF.IntPtrTy, "coerce.val.pi");
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 355 milliseconds