Searched refs:ElementShadowTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 3567 Type *ElementShadowTy = cast<VectorType>(ShadowTy)->getElementType(); in handleMaskedExpandLoad() local 3569 getShadowOriginPtr(Ptr, IRB, ElementShadowTy, {}, /*isStore*/ false); in handleMaskedExpandLoad() 3592 Type *ElementShadowTy = in handleMaskedCompressStore() local 3595 getShadowOriginPtr(Ptr, IRB, ElementShadowTy, {}, /*isStore*/ true); in handleMaskedCompressStore() 3626 Type *ElementShadowTy = cast<VectorType>(ShadowTy)->getElementType(); in handleMaskedGather() local 3628 Ptrs, IRB, ElementShadowTy, Alignment, /*isStore*/ false); in handleMaskedGather() 3658 Type *ElementShadowTy = in handleMaskedScatter() local 3661 Ptrs, IRB, ElementShadowTy, Alignment, /*isStore*/ true); in handleMaskedScatter()
|