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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 708 bool has_constant_operand, has_undefined_operand, all_undefined_operands; local
733 has_constant_operand = false;
747 has_constant_operand = true;
764 has_constant_operand = true;
772 has_constant_operand = true;
778 if (has_constant_operand)
839 if (has_constant_operand
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 700 bool has_constant_operand, has_undefined_operand, all_undefined_operands; local
721 has_constant_operand = false;
735 has_constant_operand = true;
752 has_constant_operand = true;
760 has_constant_operand = true;
766 if (has_constant_operand)
827 if (has_constant_operand

Completed in 21 milliseconds