Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3325 ExtractValueInst *ExVal = ExtractValueInst::Create(NewCB, 0, "", Next); in visitCallBase() local
3326 DFSF.SkipInsts.insert(ExVal); in visitCallBase()
3329 DFSF.setShadow(ExVal, ExShadow); in visitCallBase()
3332 CB.replaceAllUsesWith(ExVal); in visitCallBase()