Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:is_constant

936   inline bool is_constant(GepNode *N) {
951 while (is_constant(N) && !(N->Flags & GepNode::Root)) {