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

1 2

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp     [all...]
SanitizerCoverage.cpp 467 GuardP = IRB.CreateIntToPtr(GuardP, Int32PtrTy);
492 P = IRB.CreateIntToPtr(P, IRB.getInt8PtrTy());
SafeStack.cpp 514 BasePointer = cast<Instruction>(IRB.CreateIntToPtr(
623 Value *NewTop = IRB.CreateIntToPtr(
ThreadSanitizer.cpp 426 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy());
DataFlowSanitizer.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 193 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 180 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const {
NoFolder.h 233 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 218 ExnVal = Builder.CreateIntToPtr(ExnVal, Builder.getInt8PtrTy());
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
CGBuiltin.cpp 77 return CGF.Builder.CreateIntToPtr(V, ResultType);
    [all...]
CGExprScalar.cpp 803 return Builder.CreateIntToPtr(IntResult, DstTy, "conv");
    [all...]
TargetInfo.cpp 201 PtrAsInt = CGF.Builder.CreateIntToPtr(PtrAsInt,
    [all...]
CGAtomic.cpp     [all...]
CGBlocks.cpp     [all...]
CGStmt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
GVN.cpp 909 StoredVal = IRB.CreateIntToPtr(StoredVal, LoadedTy);
    [all...]
SROA.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]

Completed in 1045 milliseconds

1 2