Searched refs:ElementShadowTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 3426 Type *ElementShadowTy = cast<VectorType>(ShadowTy)->getElementType(); in handleMaskedExpandLoad() local 3428 getShadowOriginPtr(Ptr, IRB, ElementShadowTy, {}, /*isStore*/ false); in handleMaskedExpandLoad() 3451 Type *ElementShadowTy = in handleMaskedCompressStore() local 3454 getShadowOriginPtr(Ptr, IRB, ElementShadowTy, {}, /*isStore*/ true); in handleMaskedCompressStore() 3485 Type *ElementShadowTy = cast<VectorType>(ShadowTy)->getElementType(); in handleMaskedGather() local 3487 Ptrs, IRB, ElementShadowTy, Alignment, /*isStore*/ false); in handleMaskedGather() 3517 Type *ElementShadowTy = in handleMaskedScatter() local 3520 Ptrs, IRB, ElementShadowTy, Alignment, /*isStore*/ true); in handleMaskedScatter()
|