Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:LastTy

809   Type *LastTy = 0;
813 if (V->getType() != LastTy) {
814 LastTy = V->getType();
815 Record.push_back(VE.getTypeID(LastTy));