Home | History | Annotate | Download | only in Writer

Lines Matching refs:LastTy

854   Type *LastTy = 0;
858 if (V->getType() != LastTy) {
859 LastTy = V->getType();
860 Record.push_back(VE.getTypeID(LastTy));