Searched refs:LastTy (Results 1 – 4 of 4) sorted by relevance
88 assert(TLast == LastTy && in pushImpl()90 LastTy = T; in pushImpl()
1110 Type *Ty = FTy.getReturnType(), *LastTy = Ty; in isValidProtoForLibFunc() local1128 if (Ty != LastTy) in isValidProtoForLibFunc()1133 LastTy = Ty; in isValidProtoForLibFunc()
1959 Type *LastTy = nullptr; in writeConstants() local1963 if (V->getType() != LastTy) { in writeConstants()1964 LastTy = V->getType(); in writeConstants()1965 Record.push_back(getTypeID(LastTy, V)); in writeConstants()
2666 Type *LastTy = nullptr; in writeConstants() local2670 if (V->getType() != LastTy) { in writeConstants()2671 LastTy = V->getType(); in writeConstants()2672 Record.push_back(VE.getTypeID(LastTy)); in writeConstants()