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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-strlen.cc 3018 tree lhsbase = get_addr_base_and_unit_offset (lhs, &lhsoff); local
3019 if (lhsbase
3022 && operand_equal_p (dstbase, lhsbase, 0))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-strlen.cc 3026 tree lhsbase = get_addr_base_and_unit_offset (lhs, &lhsoff); local
3027 if (lhsbase
3030 && operand_equal_p (dstbase, lhsbase, 0))

Completed in 25 milliseconds