Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2662 Value *ShadowSel = nullptr; in visitSelectInst() local
2674 ShadowSel = DFSF.combineShadowsThenConvert(I.getType(), TrueShadow, in visitSelectInst()
2684 ShadowSel = TrueShadow; in visitSelectInst()
2690 ShadowSel = in visitSelectInst()
2693 Shadows.push_back(ShadowSel); in visitSelectInst()
2701 I.getType(), CondShadow, ShadowSel, &I) in visitSelectInst()
2702 : ShadowSel); in visitSelectInst()