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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 1672 strip_bit_not (tree var) function
2010 if ((arg0 = strip_bit_not (op0)) != NULL
2011 && (arg1 = strip_bit_not (alt_op0)) != NULL
2012 && (bound = strip_bit_not (op1)) != NULL)
2037 if ((arg0 = strip_bit_not (op0)) != NULL
2038 && (arg1 = strip_bit_not (alt_op0)) != NULL
2039 && (bound = strip_bit_not (op1)) != NULL)
tree-ssa-phiopt.cc 1672 strip_bit_not (tree var) function
2010 if ((arg0 = strip_bit_not (op0)) != NULL
2011 && (arg1 = strip_bit_not (alt_op0)) != NULL
2012 && (bound = strip_bit_not (op1)) != NULL)
2037 if ((arg0 = strip_bit_not (op0)) != NULL
2038 && (arg1 = strip_bit_not (alt_op0)) != NULL
2039 && (bound = strip_bit_not (op1)) != NULL)

Completed in 46 milliseconds