Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dipa-prop.c434 tree arg, cst_decl; in ipa_callsite_compute_param() local
482 cst_decl = TREE_OPERAND (TREE_VALUE (arg), 0); in ipa_callsite_compute_param()
483 if (TREE_CODE (DECL_INITIAL (cst_decl)) == INTEGER_CST in ipa_callsite_compute_param()
484 || TREE_CODE (DECL_INITIAL (cst_decl)) == REAL_CST) in ipa_callsite_compute_param()
489 DECL_INITIAL (cst_decl)); in ipa_callsite_compute_param()