Home
last modified time | relevance | path

Searched refs:basis_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/ec/
H A Deck_prn.c266 int basis_type = EC_GROUP_get_basis_type(x); in ECPKParameters_print() local
267 if (basis_type == 0) in ECPKParameters_print()
274 OBJ_nid2sn(basis_type)) <= 0) in ECPKParameters_print()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-strength-reduction.c2280 tree lhs, basis_type; in create_add_on_incoming_edge() local
2289 basis_type = TREE_TYPE (basis_name); in create_add_on_incoming_edge()
2290 lhs = make_temp_ssa_name (basis_type, NULL, "slsr"); in create_add_on_incoming_edge()
2295 = POINTER_TYPE_P (basis_type) ? POINTER_PLUS_EXPR : PLUS_EXPR; in create_add_on_incoming_edge()
2302 if (wi::neg_p (bump) && !POINTER_TYPE_P (basis_type)) in create_add_on_incoming_edge()
2308 tree stride_type = POINTER_TYPE_P (basis_type) ? sizetype : basis_type; in create_add_on_incoming_edge()
2315 bool negate_incr = !POINTER_TYPE_P (basis_type) && wi::neg_p (increment); in create_add_on_incoming_edge()
3787 tree basis_type = TREE_TYPE (basis_name); in replace_one_candidate() local
3789 if (types_compatible_p (lhs_type, basis_type)) in replace_one_candidate()