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.cpp4617 Value *ShadowElt0 = IRB.CreateOr(Shadow0, Shadow1); in handleArithmeticWithOverflow() local
4619 IRB.CreateICmpNE(ShadowElt0, getCleanShadow(ShadowElt0)); in handleArithmeticWithOverflow()
4622 Shadow = IRB.CreateInsertValue(Shadow, ShadowElt0, 0); in handleArithmeticWithOverflow()