Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2870 Value *ShadowSel = nullptr; in visitSelectInst() local
2882 ShadowSel = DFSF.combineShadowsThenConvert(I.getType(), TrueShadow, in visitSelectInst()
2892 ShadowSel = TrueShadow; in visitSelectInst()
2898 ShadowSel = SelectInst::Create(I.getCondition(), TrueShadow, FalseShadow, in visitSelectInst()
2901 Shadows.push_back(ShadowSel); in visitSelectInst()
2909 ShadowSel, I.getIterator()) in visitSelectInst()
2910 : ShadowSel); in visitSelectInst()