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

  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 441 tree lbub_real_cst, lbub_cst, float_type;
448 lbub_cst = build_int_cst (integer_type_node, lbub);
449 lbub_real_cst = build_real_from_int_cst (float_type, lbub_cst);
438 tree lbub_real_cst, lbub_cst, float_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 421 tree lbub_real_cst, lbub_cst, float_type;
428 lbub_cst = build_int_cst (integer_type_node, lbub);
429 lbub_real_cst = build_real_from_int_cst (float_type, lbub_cst);
418 tree lbub_real_cst, lbub_cst, float_type; local

Completed in 27 milliseconds