Searched refs:Int64PtrTy (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 260 Type *Int128PtrTy, *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, member in __anon7982b8060111::ModuleSanitizerCoverage 386 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty()); in instrumentModule() 435 M.getOrInsertFunction(SanCovLoad8, VoidTy, Int64PtrTy); in instrumentModule() 446 M.getOrInsertFunction(SanCovStore8, VoidTy, Int64PtrTy); in instrumentModule() 461 M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy); in instrumentModule() 830 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch() 875 Type *PointerType[5] = {Int8PtrTy, Int16PtrTy, Int32PtrTy, Int64PtrTy, in InjectTraceForLoadsAndStores()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | InstructionsTest.cpp | 217 Type *Int64PtrTy = PointerType::get(Int64Ty, 0); in TEST() local 228 Type *V2Int64PtrTy = FixedVectorType::get(Int64PtrTy, 2); in TEST() 233 Type *VScaleV4Int64PtrTy = ScalableVectorType::get(Int64PtrTy, 4); in TEST() 266 EXPECT_TRUE(CastInst::isBitCastable(Int32PtrTy, Int64PtrTy)); in TEST() 633 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST() local 638 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST() 646 Int64PtrTy, Int64Ty, Int64PtrTy, in TEST() 654 Int64PtrTy, Int32Ty, Int64PtrTy, in TEST() 661 Int64Ty, Int64PtrTy, Int64Ty, in TEST() 668 Int64Ty, Int64PtrTy, Int64Ty, in TEST()
|