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.cpp847 Type *LastTy = nullptr; local
851 if (V->getType() != LastTy) {
852 LastTy = V->getType();
853 Record.push_back(VE.getTypeID(LastTy));

Completed in 18 milliseconds