Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getNextNode

902     assert(ToReplace->getNextNode() && "not a terminator, must have next");
903 Builder.SetInsertPoint(ToReplace->getNextNode());
904 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc());