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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc 937 tree zero_ctrl = build_zero_cst (TREE_TYPE (test_ctrl)); local
939 = gimple_build_cond (code, test_ctrl, zero_ctrl, NULL_TREE, NULL_TREE);
tree-vect-loop-manip.cc 937 tree zero_ctrl = build_zero_cst (TREE_TYPE (test_ctrl)); local
939 = gimple_build_cond (code, test_ctrl, zero_ctrl, NULL_TREE, NULL_TREE);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc 774 tree zero_ctrl = build_zero_cst (TREE_TYPE (test_ctrl)); local
775 gcond *cond_stmt = gimple_build_cond (code, test_ctrl, zero_ctrl,
tree-vect-loop-manip.cc 774 tree zero_ctrl = build_zero_cst (TREE_TYPE (test_ctrl)); local
775 gcond *cond_stmt = gimple_build_cond (code, test_ctrl, zero_ctrl,

Completed in 150 milliseconds