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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 855 unsigned HOST_WIDE_INT irslt = 1; local
865 irslt *= ix;
868 irslt &= imask;
870 rslt = build_int_cst_type (type, irslt);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 867 unsigned HOST_WIDE_INT irslt = 1; local
877 irslt *= ix;
880 irslt &= imask;
882 rslt = build_int_cst_type (type, irslt);

Completed in 18 milliseconds