Searched refs:Int64PtrTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 243 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in __anon1b0e388a0111::ModuleSanitizerCoverage 414 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty()); in instrumentModule() 466 M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy); in instrumentModule() 826 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); in InjectTraceForSwitch()
|
| H A D | InstrProfiling.cpp | 689 Type *Int64PtrTy = Type::getInt64PtrTy(M->getContext()); in lowerIncrement() local 715 Addr = Builder.CreateIntToPtr(Add, Int64PtrTy); in lowerIncrement()
|