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

1 2

  /art/compiler/llvm/
runtime_support_builder.cc 189 Value* target_addr_int = irb_.CreatePtrToInt(target_addr, irb_.getPtrEquivIntTy());
ir_builder.h 222 ::llvm::Value* base_int = CreatePtrToInt(base, getPtrEquivIntTy());
gbc_expander.cc 673 frame_address = irb_.CreatePtrToInt(frame_address, irb_.getPtrEquivIntTy());
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 195 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 176 Constant *CreatePtrToInt(Constant *C, Type *DestTy) const {
NoFolder.h 235 Instruction *CreatePtrToInt(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGExpr.cpp 507 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
    [all...]
CGExprScalar.cpp 744 return Builder.CreatePtrToInt(Src, DstTy, "conv");
    [all...]
CGStmt.cpp     [all...]
CGAtomic.cpp     [all...]
CGBuiltin.cpp 61 return CGF.Builder.CreatePtrToInt(V, IntType);
    [all...]
CGCall.cpp 708 Val = CGF.Builder.CreatePtrToInt(Val, CGF.IntPtrTy, "coerce.val.pi");
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
GVN.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 1058 milliseconds

1 2