Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3184 ExtractValueInst *ExVal = ExtractValueInst::Create(NewCB, 0, "", Next); in visitCallBase() local
3185 DFSF.SkipInsts.insert(ExVal); in visitCallBase()
3188 DFSF.setShadow(ExVal, ExShadow); in visitCallBase()
3191 CB.replaceAllUsesWith(ExVal); in visitCallBase()