Lines Matching defs:isZero
59 return CFP->isZero() && CFP->isNegative();
79 return CFP->isZero();
84 return SplatCFP->isZero();
93 return CI->isZero();
97 // ppc_fp128 determine isZero using high order double only
893 V.isZero() ? pImpl->IntZeroConstants[V.getBitWidth()]
1362 bool isZero = true;
1369 isZero = V[0]->isNullValue();
1371 if (isUndef || isZero) {
1374 isZero = false;
1382 if (isZero)
1413 bool isZero = C->isNullValue();
1419 if (isZero || isUndef || isSplatFP || isSplatInt) {
1422 isZero = isUndef = isPoison = isSplatFP = isSplatInt = false;
1427 if (isZero)