Home | History | Annotate | Download | only in BitWriter_2_9

Lines Matching refs:LastTy

787   Type *LastTy = 0;
791 if (V->getType() != LastTy) {
792 LastTy = V->getType();
793 Record.push_back(VE.getTypeID(LastTy));