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

  /src/external/gpl3/gcc/dist/gcc/
tree-data-ref.h 197 #define DR_STEP(DR) (DR)->innermost.step
259 The DR_STEP for one of the data references in the pair does not
700 if (!DR_STEP (dr)
701 || TREE_CODE (DR_STEP (dr)) != INTEGER_CST)
704 return tree_int_cst_equal (fold_unary (ABS_EXPR, TREE_TYPE (DR_STEP (dr)),
705 DR_STEP (dr)),
  /src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.h 197 #define DR_STEP(DR) (DR)->innermost.step
259 The DR_STEP for one of the data references in the pair does not
700 if (!DR_STEP (dr)
701 || TREE_CODE (DR_STEP (dr)) != INTEGER_CST)
704 return tree_int_cst_equal (fold_unary (ABS_EXPR, TREE_TYPE (DR_STEP (dr)),
705 DR_STEP (dr)),

Completed in 22 milliseconds