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

/freebsd-11.0-release/contrib/gcc/
H A Dipa-prop.c434 tree arg, cst_decl; local
482 cst_decl = TREE_OPERAND (TREE_VALUE (arg), 0);
483 if (TREE_CODE (DECL_INITIAL (cst_decl)) == INTEGER_CST
484 || TREE_CODE (DECL_INITIAL (cst_decl)) == REAL_CST)
489 DECL_INITIAL (cst_decl));

Completed in 215 milliseconds