Lines Matching refs:getZeroShadow
554 Constant *getZeroShadow(Type *OrigTy);
556 Constant *getZeroShadow(Value *V);
933 Constant *DataFlowSanitizer::getZeroShadow(Type *OrigTy) { in getZeroShadow() function in DataFlowSanitizer
940 Constant *DataFlowSanitizer::getZeroShadow(Value *V) { in getZeroShadow() function in DataFlowSanitizer
941 return getZeroShadow(V->getType()); in getZeroShadow()
985 return DFS.getZeroShadow(ShadowTy); in expandFromPrimitiveShadow()
1867 return DFS.getZeroShadow(A); in getShadowForTLSArgument()
1872 return DFS.getZeroShadow(V); in getShadow()
1874 return DFS.getZeroShadow(V); in getShadow()
1879 return DFS.getZeroShadow(V); in getShadow()
1883 Shadow = DFS.getZeroShadow(V); in getShadow()
2030 return DFS.getZeroShadow(Inst); in combineOperandShadows()
2387 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI)); in visitLoadInst()
2668 SI.isAtomic() ? DFSF.DFS.getZeroShadow(Val) : DFSF.getShadow(Val); in visitStoreInst()
2715 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I)); in visitCASOrRMW()
2776 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI)); in visitLandingPadInst()
3075 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3081 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitWrappedCallBase()
3297 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitLibAtomicCompareExchange()
3413 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB)); in visitCallBase()