HomeSort by: relevance | last modified time | path
    Searched defs:check_pow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 206 check_pow (gcall *pow_call)
276 valid input domain in this implementation except for pow (see check_pow).
336 return check_pow (call);
509 See candidate selection in check_pow. Since the
530 sure it is consistent with check_pow. */
548 integer (see check_pow) value (1, 2, 4 bytes), and
656 gcc_checking_assert (check_pow (pow_call));
204 check_pow (gcall *pow_call) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 206 check_pow (gcall *pow_call)
276 valid input domain in this implementation except for pow (see check_pow).
323 return check_pow (call);
489 See candidate selection in check_pow. Since the
510 sure it is consistent with check_pow. */
528 integer (see check_pow) value (1, 2, 4 bytes), and
636 gcc_checking_assert (check_pow (pow_call));
204 check_pow (gcall *pow_call) function

Completed in 27 milliseconds