/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SanitizerStats.cpp | 53 ConstantExpr::getIntToPtr( in create()
|
/external/llvm/lib/Transforms/Utils/ |
D | SanitizerStats.cpp | 53 ConstantExpr::getIntToPtr( in create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IndirectBrExpandPass.cpp | 157 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackProtector.cpp | 174 StackGuardVar = ConstantExpr::getIntToPtr(OffsetVal, in InsertStackProtectors()
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 547 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy); in CreateVTableInitializer() 552 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy); in CreateVTableInitializer() 557 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy); in CreateVTableInitializer()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | BasicBlock.cpp | 74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
|
D | Constants.cpp | 121 C = ConstantExpr::getIntToPtr(C, PTy); in getIntegerValue() 1250 case Instruction::IntToPtr: return getIntToPtr(C, Ty); in getCast() 1424 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy) { in getIntToPtr() function in ConstantExpr
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 165 ConstantExpr::getIntToPtr(K, Int32PtrTy), Int32Ptr1Ty)); in TEST() 168 ConstantExpr::getIntToPtr(K, Int32Ptr1Ty), Int32PtrTy)); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 165 ConstantExpr::getIntToPtr(K, Int32PtrTy), Int32Ptr1Ty)); in TEST() 168 ConstantExpr::getIntToPtr(K, Int32Ptr1Ty), Int32PtrTy)); in TEST()
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 77 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
|
D | Constants.cpp | 240 C = ConstantExpr::getIntToPtr(C, PTy); in getIntegerValue() 1488 return getIntToPtr(C, Ty, OnlyIfReduced); in getCast() 1687 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr() function in ConstantExpr
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 77 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
|
D | Constants.cpp | 313 C = ConstantExpr::getIntToPtr(C, PTy); in getIntegerValue() 1538 return getIntToPtr(C, Ty, OnlyIfReduced); in getCast() 1737 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr() function in ConstantExpr
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 530 C = ConstantExpr::getIntToPtr(C, ArgTy); in runFunction()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 226 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy)); in FoldBitCast() 777 Res = ConstantExpr::getIntToPtr(Res, ResTy); in SymbolicallyEvaluateGEP() 826 return ConstantExpr::getIntToPtr(C, ResTy); in SymbolicallyEvaluateGEP()
|
D | InlineCost.cpp | 501 if (Constant *C = ConstantExpr::getIntToPtr(COp, I.getType())) { in visitIntToPtr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 567 ConstantExpr::getIntToPtr(ConstantInt::get(Int8Ty, Mask), Int8PtrTy)); in allocateByteArrays() 852 ExportGlobal(Name, ConstantExpr::getIntToPtr(C, Int8PtrTy)); in exportTypeId() 914 C = ConstantExpr::getIntToPtr(C, Ty); in importTypeId()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 603 Res = ConstantExpr::getIntToPtr(Res, ResultTy); in SymbolicallyEvaluateGEP() 648 return ConstantExpr::getIntToPtr(C, ResultTy); in SymbolicallyEvaluateGEP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 269 Result.push_back(ConstantExpr::getIntToPtr(CE, DstEltTy)); in FoldBitCast() 828 Res = ConstantExpr::getIntToPtr(Res, ResTy); in SymbolicallyEvaluateGEP() 882 return ConstantExpr::getIntToPtr(C, ResTy); in SymbolicallyEvaluateGEP()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 661 static Constant *getIntToPtr(Constant *C, Type *Ty);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 445 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in MergeBasicBlockIntoOnlyPred()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 472 GetArgTLS = ConstantExpr::getIntToPtr( in doInitialization() 480 GetRetvalTLS = ConstantExpr::getIntToPtr( in doInitialization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 584 GetArgTLS = ConstantExpr::getIntToPtr( in doInitialization() 591 GetRetvalTLS = ConstantExpr::getIntToPtr( in doInitialization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constants.h | 963 static Constant *getIntToPtr(Constant *C, Type *Ty,
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 913 static Constant *getIntToPtr(Constant *C, Type *Ty,
|