Home
last modified time | relevance | path

Searched refs:Int32PtrTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp193 Type *Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in runOnModule() local
198 M.getOrInsertFunction(kSanCovName, VoidTy, Int32PtrTy, nullptr)); in runOnModule()
200 M.getOrInsertFunction(kSanCovWithCheckName, VoidTy, Int32PtrTy, nullptr)); in runOnModule()
217 M.getOrInsertFunction(kSanCovTraceEnter, VoidTy, Int32PtrTy, nullptr)); in runOnModule()
219 M.getOrInsertFunction(kSanCovTraceBB, VoidTy, Int32PtrTy, nullptr)); in runOnModule()
249 IRB.CreatePointerCast(RealGuardArray, Int32PtrTy)); in runOnModule()
277 {Int32PtrTy, IntptrTy, Int8PtrTy, Int8PtrTy}, in runOnModule()
278 {IRB.CreatePointerCast(RealGuardArray, Int32PtrTy), in runOnModule()
466 Type *Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in InjectCoverageAtBlock() local
467 GuardP = IRB.CreateIntToPtr(GuardP, Int32PtrTy); in InjectCoverageAtBlock()
/external/llvm/unittests/IR/
DInstructionsTest.cpp190 Type *Int32PtrTy = PointerType::get(Int32Ty, 0); in TEST() local
202 Type *V2Int32PtrTy = VectorType::get(Int32PtrTy, 2); in TEST()
203 Type *V4Int32PtrTy = VectorType::get(Int32PtrTy, 4); in TEST()
225 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, Int32PtrAS1Ty)); in TEST()
226 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrAS1Ty, Int32PtrTy)); in TEST()
239 EXPECT_FALSE(CastInst::isBitCastable(Int32PtrTy, V2Int32PtrTy)); in TEST()
240 EXPECT_FALSE(CastInst::isBitCastable(V2Int32PtrTy, Int32PtrTy)); in TEST()
242 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy)); in TEST()
DConstantsTest.cpp130 Type *Int32PtrTy = Type::getInt32PtrTy(C); in TEST() local
133 VectorType *Int32PtrVecTy = VectorType::get(Int32PtrTy, 4); in TEST()
142 EXPECT_EQ(Constant::getNullValue(Int32PtrTy), in TEST()
144 Constant::getNullValue(Int8PtrTy), Int32PtrTy)); in TEST()
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp220 Type *Int32PtrTy; member
286 Int32PtrTy = PointerType::getUnqual(Int32Ty); in doInitialization()