Searched refs:OrShadow (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2738 Value *OrShadow = IRB.CreateOr(EvenShadow, OddShadow); in handlePairwiseShadowOrIntrinsic() local 2739 OrShadow = CreateShadowCast(IRB, OrShadow, getShadowTy(&I)); in handlePairwiseShadowOrIntrinsic() 2741 setShadow(&I, OrShadow); in handlePairwiseShadowOrIntrinsic() 2814 Value *OrShadow = IRB.CreateOr(EvenShadow, OddShadow); in handlePairwiseShadowOrIntrinsic() local 2815 OrShadow = CreateShadowCast(IRB, OrShadow, getShadowTy(&I)); in handlePairwiseShadowOrIntrinsic() 2817 setShadow(&I, OrShadow); in handlePairwiseShadowOrIntrinsic() 3927 Value *OrShadow = IRB.CreateOrReduce(OperandShadow); in handleVectorReduceOrIntrinsic() local 3928 Value *S = IRB.CreateAnd(OutShadowMask, OrShadow); in handleVectorReduceOrIntrinsic() 3946 Value *OrShadow = IRB.CreateOrReduce(OperandShadow); in handleVectorReduceAndIntrinsic() local 3947 Value *S = IRB.CreateAnd(OutShadowMask, OrShadow); in handleVectorReduceAndIntrinsic() [all …]
|