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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 3062 iv_can_overflow_p (class loop *loop, tree type, tree base, tree step)
3280 && !iv_can_overflow_p (wrto_loop, type, iv->base, iv->step))
3055 iv_can_overflow_p (class loop *loop, tree type, tree base, tree step) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 3036 iv_can_overflow_p (class loop *loop, tree type, tree base, tree step)
3252 && !iv_can_overflow_p (wrto_loop, type, iv->base, iv->step))
3029 iv_can_overflow_p (class loop *loop, tree type, tree base, tree step) function

Completed in 28 milliseconds