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);
1872 return DFS.getZeroShadow(A);
1877 return DFS.getZeroShadow(V);
1879 return DFS.getZeroShadow(V);
1884 return DFS.getZeroShadow(V);
1888 Shadow = DFS.getZeroShadow(V);
2038 return DFS.getZeroShadow(Inst);
2398 DFSF.setShadow(&LI, DFSF.DFS.getZeroShadow(&LI));
2682 SI.isAtomic() ? DFSF.DFS.getZeroShadow(Val) : DFSF.getShadow(Val);
2729 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I));
2790 DFSF.setShadow(&LPI, DFSF.DFS.getZeroShadow(&LPI));
3091 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB));
3097 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB));
3312 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB));
3428 DFSF.setShadow(&CB, DFSF.DFS.getZeroShadow(&CB));