Searched refs:LastTy (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp796 Type *LastTy = 0; local
800 if (V->getType() != LastTy) {
801 LastTy = V->getType();
802 Record.push_back(VE.getTypeID(LastTy));

Completed in 8 milliseconds