Home
last modified time | relevance | path

Searched refs:getIntToPtr (Results 1 – 25 of 50) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp53 ConstantExpr::getIntToPtr( in create()
/external/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp53 ConstantExpr::getIntToPtr( in create()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp157 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(BBIndexC, BA->getType())); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp174 StackGuardVar = ConstantExpr::getIntToPtr(OffsetVal, in InsertStackProtectors()
/external/clang/lib/CodeGen/
DCGVTables.cpp547 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/
DBasicBlock.cpp74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
DConstants.cpp121 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/
DConstantsTest.cpp165 ConstantExpr::getIntToPtr(K, Int32PtrTy), Int32Ptr1Ty)); in TEST()
168 ConstantExpr::getIntToPtr(K, Int32Ptr1Ty), Int32PtrTy)); in TEST()
/external/llvm/unittests/IR/
DConstantsTest.cpp165 ConstantExpr::getIntToPtr(K, Int32PtrTy), Int32Ptr1Ty)); in TEST()
168 ConstantExpr::getIntToPtr(K, Int32Ptr1Ty), Int32PtrTy)); in TEST()
/external/llvm/lib/IR/
DBasicBlock.cpp77 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
DConstants.cpp240 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/
DBasicBlock.cpp77 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in ~BasicBlock()
DConstants.cpp313 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/
DJIT.cpp530 C = ConstantExpr::getIntToPtr(C, ArgTy); in runFunction()
/external/llvm/lib/Analysis/
DConstantFolding.cpp226 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()
DInlineCost.cpp501 if (Constant *C = ConstantExpr::getIntToPtr(COp, I.getType())) { in visitIntToPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp567 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/
DConstantFolding.cpp603 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/
DConstantFolding.cpp269 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/
DConstants.h661 static Constant *getIntToPtr(Constant *C, Type *Ty);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp445 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement, in MergeBasicBlockIntoOnlyPred()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp472 GetArgTLS = ConstantExpr::getIntToPtr( in doInitialization()
480 GetRetvalTLS = ConstantExpr::getIntToPtr( in doInitialization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp584 GetArgTLS = ConstantExpr::getIntToPtr( in doInitialization()
591 GetRetvalTLS = ConstantExpr::getIntToPtr( in doInitialization()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h963 static Constant *getIntToPtr(Constant *C, Type *Ty,
/external/llvm/include/llvm/IR/
DConstants.h913 static Constant *getIntToPtr(Constant *C, Type *Ty,

12