Searched refs:Int64PtrTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp253 Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy, member in class:__anon4596::ModuleSanitizerCoverage
417 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty());
472 M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy);
829 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)});
H A DInstrProfiling.cpp685 Type *Int64PtrTy = Type::getInt64PtrTy(M->getContext()); local
702 Addr = Builder.CreateIntToPtr(Add, Int64PtrTy);
H A DGCOVProfiling.cpp878 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx);
879 PHINode *Phi = BuilderForPhi.CreatePHI(Int64PtrTy, EdgeCount);

Completed in 108 milliseconds