Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2689 Value *ShadowSel = nullptr; in visitSelectInst() local
2699 ShadowSel = DFSF.combineShadowsThenConvert(I.getType(), TrueShadow, in visitSelectInst()
2709 ShadowSel = TrueShadow; in visitSelectInst()
2715 ShadowSel = in visitSelectInst()
2718 Shadows.push_back(ShadowSel); in visitSelectInst()
2726 I.getType(), CondShadow, ShadowSel, &I) in visitSelectInst()
2727 : ShadowSel); in visitSelectInst()