Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1331 Value *ShadowSel; in visitSelectInst() local
1333 ShadowSel = TrueShadow; in visitSelectInst()
1335 ShadowSel = in visitSelectInst()
1338 DFSF.setShadow(&I, DFSF.combineShadows(CondShadow, ShadowSel, &I)); in visitSelectInst()