Home | History | Annotate | Download | only in Analysis

Lines Matching refs:inbounds

523   bool inbounds(Node NodeIndex) const { return NodeIndex < NodeImpls.size(); }
607 assert(inbounds(From));
608 assert(inbounds(To));
626 assert(inbounds(StartNode));