Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching refs:LastTy

814   Type *LastTy = 0;
818 if (V->getType() != LastTy) {
819 LastTy = V->getType();
820 Record.push_back(VE.getTypeID(LastTy));