Lines Matching refs:getZeroShadow
556 Constant *getZeroShadow(Type *OrigTy);
558 Constant *getZeroShadow(Value *V);
937 Constant *DataFlowSanitizer::getZeroShadow(Type *OrigTy) { in getZeroShadow() function in DataFlowSanitizer
944 Constant *DataFlowSanitizer::getZeroShadow(Value *V) { in getZeroShadow() function in DataFlowSanitizer
945 return getZeroShadow(V->getType()); in getZeroShadow()
989 return DFS.getZeroShadow(ShadowTy); in expandFromPrimitiveShadow()
1872 return DFS.getZeroShadow(A); in getShadowForTLSArgument()
1877 return DFS.getZeroShadow(V); in getShadow()
1879 return DFS.getZeroShadow(V); in getShadow()
1884 return DFS.getZeroShadow(V); in getShadow()
1888 Shadow = DFS.getZeroShadow(V); in getShadow()
2038 return DFS.getZeroShadow(Inst); in combineOperandShadows()
2398 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI)); in visitLoadInst()
2682 SI.isAtomic() ? DFSF.DFS.getZeroShadow(Val) : DFSF.getShadow(Val); in visitStoreInst()
2729 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I)); in visitCASOrRMW()
2790 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI)); in visitLandingPadInst()
3091 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3097 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3312 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitLibAtomicCompareExchange()
3428 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitCallBase()