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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 100 subparts_gt (tree type1, tree type2) function
2281 if (subparts_gt (compute_vtype, compute_type))
2311 if (subparts_gt (compute_lvtype, compute_ltype))
2316 if (subparts_gt (compute_rvtype, compute_rtype))
2324 if (subparts_gt (compute_type, compute_rtype))
2326 if (subparts_gt (compute_type, compute_otype))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 108 subparts_gt (tree type1, tree type2) function
2308 if (subparts_gt (compute_vtype, compute_type))
2338 if (subparts_gt (compute_lvtype, compute_ltype))
2343 if (subparts_gt (compute_rvtype, compute_rtype))
2351 if (subparts_gt (compute_type, compute_rtype))
2353 if (subparts_gt (compute_type, compute_otype))

Completed in 17 milliseconds