Searched refs:Int128PtrTy (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 270 Type *Int128PtrTy, *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, member in __anon9268006d0111::ModuleSanitizerCoverage 403 Int128PtrTy = PointerType::getUnqual(IRB.getInt128Ty()); in instrumentModule() 455 M.getOrInsertFunction(SanCovLoad16, VoidTy, Int128PtrTy); in instrumentModule() 466 M.getOrInsertFunction(SanCovStore16, VoidTy, Int128PtrTy); in instrumentModule() 905 Int128PtrTy}; in InjectTraceForLoadsAndStores()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 388 llvm::Type *Int128PtrTy = Int128Ty->getPointerTo(); in EmitAtomicCmpXchg128ForMSIntrin() local 389 Destination = CGF.Builder.CreateBitCast(Destination, Int128PtrTy); in EmitAtomicCmpXchg128ForMSIntrin() 390 Address ComparandResult(CGF.Builder.CreateBitCast(ComparandPtr, Int128PtrTy), in EmitAtomicCmpXchg128ForMSIntrin()
|