Lines Matching refs:getZeroShadow
521 Constant *getZeroShadow(Type *OrigTy);
523 Constant *getZeroShadow(Value *V);
866 Constant *DataFlowSanitizer::getZeroShadow(Type *OrigTy) { in getZeroShadow() function in DataFlowSanitizer
873 Constant *DataFlowSanitizer::getZeroShadow(Value *V) { in getZeroShadow() function in DataFlowSanitizer
874 return getZeroShadow(V->getType()); in getZeroShadow()
918 return DFS.getZeroShadow(ShadowTy); in expandFromPrimitiveShadow()
1677 return DFS.getZeroShadow(A); in getShadowForTLSArgument()
1682 return DFS.getZeroShadow(V); in getShadow()
1684 return DFS.getZeroShadow(V); in getShadow()
1689 return DFS.getZeroShadow(V); in getShadow()
1693 Shadow = DFS.getZeroShadow(V); in getShadow()
1840 return DFS.getZeroShadow(Inst); in combineOperandShadows()
2199 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI)); in visitLoadInst()
2478 SI.isAtomic() ? DFSF.DFS.getZeroShadow(Val) : DFSF.getShadow(Val); in visitStoreInst()
2523 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I)); in visitCASOrRMW()
2582 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI)); in visitLandingPadInst()
2887 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
2893 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3058 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitCallBase()