Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1704 Value *FArgShadow = DFSF.getShadow(&FArg); in runImpl() local
1705 if (isZeroShadow(FArgShadow)) in runImpl()
1707 if (Instruction *FArgShadowInst = dyn_cast<Instruction>(FArgShadow)) { in runImpl()