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

  /art/compiler/llvm/
runtime_support_builder.cc 265 Value* target_addr_int = irb_.CreatePtrToInt(target_addr, irb_.getPtrEquivIntTy());
ir_builder.h 222 ::llvm::Value* base_int = CreatePtrToInt(base, getPtrEquivIntTy());
gbc_expander.cc 676 frame_address = irb_.CreatePtrToInt(frame_address, irb_.getPtrEquivIntTy());
    [all...]
  /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...]
CGExpr.cpp 497 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
    [all...]
CGExprScalar.cpp 741 return Builder.CreatePtrToInt(Src, DstTy, "conv");
    [all...]
CGAtomic.cpp     [all...]
CGBuiltin.cpp 60 return CGF.Builder.CreatePtrToInt(V, IntType);
800 Value *Result = Builder.CreatePtrToInt(Ptr, IntPtrTy, "extend.cast");
    [all...]
CGCall.cpp 667 Val = CGF.Builder.CreatePtrToInt(Val, CGF.IntPtrTy, "coerce.val.pi");
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 755 Builder.CreateRet(Builder.CreatePtrToInt(CI, RetTy));
  /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 2984 milliseconds