Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2854 Value *ShadowSel = nullptr; in visitSelectInst() local
2866 ShadowSel = DFSF.combineShadowsThenConvert(I.getType(), TrueShadow, in visitSelectInst()
2876 ShadowSel = TrueShadow; in visitSelectInst()
2882 ShadowSel = in visitSelectInst()
2885 Shadows.push_back(ShadowSel); in visitSelectInst()
2893 I.getType(), CondShadow, ShadowSel, &I) in visitSelectInst()
2894 : ShadowSel); in visitSelectInst()