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

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 680 Value *LastByte = IRB.CreateIntToPtr(
746 IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy));
    [all...]
MemorySanitizer.cpp 633 return IRB.CreateIntToPtr(ShadowLong, PointerType::get(ShadowTy, 0));
649 return IRB.CreateIntToPtr(SecondAnd, PointerType::get(IRB.getInt32Ty(), 0));
659 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0),
669 return IRB.CreateIntToPtr(Base, PointerType::get(MS.OriginTy, 0),
676 return IRB.CreateIntToPtr(Base, PointerType::get(getShadowTy(A), 0),
    [all...]
ThreadSanitizer.cpp 411 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy());
  /external/llvm/include/llvm/Support/
ConstantFolder.h 173 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const {
NoFolder.h 232 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const {
TargetFolder.h 192 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const {
  /art/compiler/llvm/
ir_builder.h 224 ::llvm::Value* result = CreateIntToPtr(result_int, ret_ty);
gbc_expander.cc     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 211 ExnVal = Builder.CreateIntToPtr(ExnVal, Builder.getInt8PtrTy());
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
CGAtomic.cpp 791 result = Builder.CreateIntToPtr(result, resultTy);
    [all...]
CGStmt.cpp     [all...]
ItaniumCXXABI.cpp 340 Builder.CreateIntToPtr(FnAsInt, FTy->getPointerTo(), "memptr.nonvirtualfn");
    [all...]
CGExprScalar.cpp 735 return Builder.CreateIntToPtr(IntResult, DstTy, "conv");
    [all...]
CGBlocks.cpp     [all...]
CGBuiltin.cpp 71 return CGF.Builder.CreateIntToPtr(V, ResultType);
    [all...]
CGCall.cpp 695 Val = CGF.Builder.CreateIntToPtr(Val, Ty, "coerce.val.ip");
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 753 Builder.CreateRet(Builder.CreateIntToPtr(CI, RetTy));
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1219 milliseconds