Searched refs:ElementShadowTy (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 3359 Type *ElementShadowTy = cast<FixedVectorType>(ShadowTy)->getElementType(); in handleMaskedExpandLoad() local 3361 getShadowOriginPtr(Ptr, IRB, ElementShadowTy, {}, /*isStore*/ false); in handleMaskedExpandLoad() 3384 Type *ElementShadowTy = in handleMaskedCompressStore() local 3387 getShadowOriginPtr(Ptr, IRB, ElementShadowTy, {}, /*isStore*/ true); in handleMaskedCompressStore() 3418 Type *ElementShadowTy = cast<FixedVectorType>(ShadowTy)->getElementType(); in handleMaskedGather() local 3420 Ptrs, IRB, ElementShadowTy, Alignment, /*isStore*/ false); in handleMaskedGather() 3450 Type *ElementShadowTy = in handleMaskedScatter() local 3453 Ptrs, IRB, ElementShadowTy, Alignment, /*isStore*/ true); in handleMaskedScatter()
|