Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching refs:LastTy

741   Type *LastTy = 0;
745 if (V->getType() != LastTy) {
746 LastTy = V->getType();
747 Record.push_back(VE.getTypeID(LastTy));