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

1 2

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp     [all...]
SanitizerCoverage.cpp 545 GuardP = IRB.CreateIntToPtr(GuardP, Int32PtrTy);
574 P = IRB.CreateIntToPtr(P, IRB.getInt8PtrTy());
EfficiencySanitizer.cpp     [all...]
ThreadSanitizer.cpp 478 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy());
644 OldVal = IRB.CreateIntToPtr(C, OrigOldValTy);
  /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/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 173 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const {
NoFolder.h 220 Instruction *CreateIntToPtr(Constant *C, Type *DestTy) const {
TargetFolder.h 185 Constant *CreateIntToPtr(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 193 ExnVal = Builder.CreateIntToPtr(ExnVal, Builder.getInt8PtrTy());
SafeStack.cpp 570 BasePointer = cast<Instruction>(IRB.CreateIntToPtr(
697 Value *NewTop = IRB.CreateIntToPtr(
    [all...]
AtomicExpandPass.cpp 614 Ret.AlignedAddr = Builder.CreateIntToPtr(
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGExprScalar.cpp 803 return Builder.CreateIntToPtr(IntResult, DstTy, "conv");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
GVN.cpp 756 StoredVal = IRB.CreateIntToPtr(StoredVal, LoadedTy);
796 return IRB.CreateIntToPtr(StoredVal, LoadedTy, "inttoptr");
    [all...]
SROA.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 889 SunkAddr = Builder.CreateIntToPtr(Result, Addr->getType(), "sunkaddr");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]

Completed in 517 milliseconds

1 2