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

  /src/external/gpl3/gcc/dist/gcc/
tree-affine.cc 69 aff_combination_const (aff_tree *comb, tree type, const poly_widest_int &cst) function
443 aff_combination_const (comb, type, bytepos);
471 aff_combination_const (comb, type, wi::to_poly_widest (expr));
1030 aff_combination_const (&tmp, sizetype, bits_to_bytes_round_down (bitpos));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-affine.cc 69 aff_combination_const (aff_tree *comb, tree type, const poly_widest_int &cst) function
443 aff_combination_const (comb, type, bytepos);
471 aff_combination_const (comb, type, wi::to_poly_widest (expr));
1028 aff_combination_const (&tmp, sizetype, bits_to_bytes_round_down (bitpos));

Completed in 21 milliseconds