Home | History | Annotate | Download | only in IR

Lines Matching defs:isUndef

875   bool isUndef = false;
878 isUndef = isa<UndefValue>(V[0]);
880 if (isUndef || isZero) {
885 isUndef = false;
891 if (isUndef)
927 bool isUndef = isa<UndefValue>(C);
929 if (isZero || isUndef) {
932 isZero = isUndef = false;
939 if (isUndef)