Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3866 Value *ShadowElt0 = IRB.CreateOr(Shadow0, Shadow1); in handleArithmeticWithOverflow() local
3868 IRB.CreateICmpNE(ShadowElt0, getCleanShadow(ShadowElt0)); in handleArithmeticWithOverflow()
3871 Shadow = IRB.CreateInsertValue(Shadow, ShadowElt0, 0); in handleArithmeticWithOverflow()