Lines Matching refs:getZeroShadow
511 Constant *getZeroShadow(Type *OrigTy);
513 Constant *getZeroShadow(Value *V);
892 Constant *DataFlowSanitizer::getZeroShadow(Type *OrigTy) { in getZeroShadow() function in DataFlowSanitizer
902 Constant *DataFlowSanitizer::getZeroShadow(Value *V) { in getZeroShadow() function in DataFlowSanitizer
903 return getZeroShadow(V->getType()); in getZeroShadow()
947 return DFS.getZeroShadow(ShadowTy); in expandFromPrimitiveShadow()
1713 return DFS.getZeroShadow(A); in getShadowForTLSArgument()
1718 return DFS.getZeroShadow(V); in getShadow()
1723 return DFS.getZeroShadow(V); in getShadow()
1740 Shadow = DFS.getZeroShadow(V); in getShadow()
1889 return DFS.getZeroShadow(Inst); in combineOperandShadows()
2217 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI)); in visitLoadInst()
2494 SI.isAtomic() ? DFSF.DFS.getZeroShadow(Val) : DFSF.getShadow(Val); in visitStoreInst()
2539 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I)); in visitCASOrRMW()
2601 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI)); in visitLandingPadInst()
2924 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
2929 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3113 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitCallBase()