HomeSort by: relevance | last modified time | path
    Searched refs:OEP_BITWISE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vector-builder.h 91 return operand_equal_p (elt1, elt2, OEP_BITWISE);
tree-core.h 928 OEP_BITWISE = 128,
fold-const.cc 2978 If OEP_BITWISE is set, then require the values to be bitwise identical
3013 if ((flags & OEP_BITWISE)
3149 if (!(flags & OEP_BITWISE) && !HONOR_SIGNED_ZEROS (arg0))
3201 /* Don't handle more cases for OEP_BITWISE, since we can't guarantee that
3203 if (flags & (OEP_ONLY_CONST | OEP_BITWISE))
  /src/external/gpl3/gcc/dist/gcc/
tree-vector-builder.h 91 return operand_equal_p (elt1, elt2, OEP_BITWISE);
tree-core.h 948 OEP_BITWISE = 128,
fold-const.cc 3143 If OEP_BITWISE is set, then require the values to be bitwise identical
3178 if ((flags & OEP_BITWISE)
3314 if (!(flags & OEP_BITWISE) && !HONOR_SIGNED_ZEROS (arg0))
3422 /* Don't handle more cases for OEP_BITWISE, since we can't guarantee that
3424 if (flags & (OEP_ONLY_CONST | OEP_BITWISE))

Completed in 59 milliseconds