Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3340 Value *SrcShadow = getShadow(Src); in handleCountLeadingTrailingZeros() local
3346 I.getType(), I.getIntrinsicID(), {SrcShadow, /*is_zero_poison=*/False}); in handleCountLeadingTrailingZeros()
3352 IRB.CreateIsNotNull(SrcShadow, "_mscz_shadow_not_null"); in handleCountLeadingTrailingZeros()
4217 Value *SrcShadow = getShadow(Src); in handleAVXMaskedStore() local
4227 Dst, IRB, SrcShadow->getType(), Alignment, /*isStore*/ true); in handleAVXMaskedStore()
4236 ShadowArgs.append(1, IRB.CreateBitCast(SrcShadow, Src->getType())); in handleAVXMaskedStore()
4248 DL.getTypeStoreSize(SrcShadow->getType()), in handleAVXMaskedStore()
4589 Value *SrcShadow = getShadow(Src); in handleAbsIntrinsic() local
4598 IRB.CreateSelect(SrcIsMin, PoisonedShadow, SrcShadow); in handleAbsIntrinsic()
4600 IRB.CreateSelect(IsIntMinPoison, PoisonedIfIntMinShadow, SrcShadow); in handleAbsIntrinsic()
H A DDataFlowSanitizer.cpp2934 Value *SrcShadow = DFSF.DFS.getShadowAddress(I.getSource(), I.getIterator()); in visitMemTransferInst() local
2940 {DestShadow, SrcShadow, LenShadow, I.getVolatileCst()})); in visitMemTransferInst()