Home
last modified time | relevance | path

Searched refs:Int128PtrTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp260 Type *Int128PtrTy, *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, member in __anon7982b8060111::ModuleSanitizerCoverage
385 Int128PtrTy = PointerType::getUnqual(IRB.getInt128Ty()); in instrumentModule()
437 M.getOrInsertFunction(SanCovLoad16, VoidTy, Int128PtrTy); in instrumentModule()
448 M.getOrInsertFunction(SanCovStore16, VoidTy, Int128PtrTy); in instrumentModule()
876 Int128PtrTy}; in InjectTraceForLoadsAndStores()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp375 llvm::Type *Int128PtrTy = Int128Ty->getPointerTo(); in EmitAtomicCmpXchg128ForMSIntrin() local
376 Destination = CGF.Builder.CreateBitCast(Destination, Int128PtrTy); in EmitAtomicCmpXchg128ForMSIntrin()
377 Address ComparandResult(CGF.Builder.CreateBitCast(ComparandPtr, Int128PtrTy), in EmitAtomicCmpXchg128ForMSIntrin()