Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2856 Value *ShadowSel = nullptr; in visitSelectInst() local
2868 ShadowSel = DFSF.combineShadowsThenConvert(I.getType(), TrueShadow, in visitSelectInst()
2878 ShadowSel = TrueShadow; in visitSelectInst()
2884 ShadowSel = in visitSelectInst()
2887 Shadows.push_back(ShadowSel); in visitSelectInst()
2895 I.getType(), CondShadow, ShadowSel, &I) in visitSelectInst()
2896 : ShadowSel); in visitSelectInst()