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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp812 Type *LastTy = nullptr; local
816 if (V->getType() != LastTy) {
817 LastTy = V->getType();
818 Record.push_back(VE.getTypeID(LastTy));
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp810 Type *LastTy = nullptr; local
814 if (V->getType() != LastTy) {
815 LastTy = V->getType();
816 Record.push_back(VE.getTypeID(LastTy));
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp846 Type *LastTy = nullptr; local
850 if (V->getType() != LastTy) {
851 LastTy = V->getType();
852 Record.push_back(VE.getTypeID(LastTy));

Completed in 692 milliseconds