Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2854 Value *ShadowSel = nullptr; in visitSelectInst() local
2864 ShadowSel = DFSF.combineShadowsThenConvert(I.getType(), TrueShadow, in visitSelectInst()
2874 ShadowSel = TrueShadow; in visitSelectInst()
2880 ShadowSel = in visitSelectInst()
2883 Shadows.push_back(ShadowSel); in visitSelectInst()
2891 I.getType(), CondShadow, ShadowSel, &I) in visitSelectInst()
2892 : ShadowSel); in visitSelectInst()