Home | History | Annotate | Download | only in IR

Lines Matching full:iszero

48     return CFP->isZero() && CFP->isNegative();
53 if (SplatCFP && SplatCFP->isZero() && SplatCFP->isNegative())
69 return CFP->isZero();
78 return CI->isZero();
82 return CFP->isZero() && !CFP->isNegative();
879 bool isZero = true;
884 isZero = V[0]->isNullValue();
885 if (isUndef || isZero) {
888 isZero = false;
894 if (isZero)
931 bool isZero = C->isNullValue();
934 if (isZero || isUndef) {
937 isZero = isUndef = false;
942 if (isZero)