Searched defs:isNonZero (Results 1 – 7 of 7) sorted by relevance
110 bool isNonZero() const { return !isZero(); } in isNonZero() function
101 bool isNonZero() const { return !One.isNullValue(); } in isNonZero() function
441 bool isNonZero() const { return category != fcZero; } in isNonZero() function
389 bool isNonZero() const { return category != fcZero; } in isNonZero() function1044 bool isNonZero() const { return !isZero(); } in isNonZero() function
372 bool isNonZero() const { return category != fcZero; } in isNonZero() function1176 bool isNonZero() const { return !isZero(); } in isNonZero() function
377 bool isNonZero() const { return category != fcZero; } in isNonZero() function1215 bool isNonZero() const { return !isZero(); } in isNonZero() function
5278 bool isNonZero = (NonZeros & (1 << i)) != 0; in LowerBuildVectorv16i8() local5345 bool isNonZero = (NonZeros & (1 << i)) != 0; in LowerBuildVectorv8i16() local