Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4006 Type *ElementShadowTy = cast<VectorType>(ShadowTy)->getElementType(); in handleMaskedExpandLoad() local
4008 getShadowOriginPtr(Ptr, IRB, ElementShadowTy, Align, /*isStore*/ false); in handleMaskedExpandLoad()
4033 Type *ElementShadowTy = in handleMaskedCompressStore() local
4036 getShadowOriginPtr(Ptr, IRB, ElementShadowTy, Align, /*isStore*/ true); in handleMaskedCompressStore()
4067 Type *ElementShadowTy = cast<VectorType>(ShadowTy)->getElementType(); in handleMaskedGather() local
4069 Ptrs, IRB, ElementShadowTy, Alignment, /*isStore*/ false); in handleMaskedGather()
4099 Type *ElementShadowTy = in handleMaskedScatter() local
4102 Ptrs, IRB, ElementShadowTy, Alignment, /*isStore*/ true); in handleMaskedScatter()