Lines Matching defs:getZeroShadow
553 /// getZeroShadow({T1,T2,...}) = {getZeroShadow(T1),getZeroShadow(T2,...}
554 /// getZeroShadow([n x T]) = [n x getZeroShadow(T)]
555 /// getZeroShadow(other type) = i16(0)
556 Constant *getZeroShadow(Type *OrigTy);
558 Constant *getZeroShadow(Value *V);
937 Constant *DataFlowSanitizer::getZeroShadow(Type *OrigTy) {
944 Constant *DataFlowSanitizer::getZeroShadow(Value *V) {
945 return getZeroShadow(V->getType());
989 return DFS.getZeroShadow(ShadowTy);
1869 return DFS.getZeroShadow(A);
1874 return DFS.getZeroShadow(V);
1876 return DFS.getZeroShadow(V);
1881 return DFS.getZeroShadow(V);
1885 Shadow = DFS.getZeroShadow(V);
2033 return DFS.getZeroShadow(Inst);
2393 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI));
2677 SI.isAtomic() ? DFSF.DFS.getZeroShadow(Val) : DFSF.getShadow(Val);
2724 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I));
2785 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI));
3086 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB));
3092 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB));
3307 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB));
3423 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB));