Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp88 assert(TLast == LastTy && in pushImpl()
90 LastTy = T; in pushImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1110 Type *Ty = FTy.getReturnType(), *LastTy = Ty; in isValidProtoForLibFunc() local
1128 if (Ty != LastTy) in isValidProtoForLibFunc()
1133 LastTy = Ty; in isValidProtoForLibFunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1959 Type *LastTy = nullptr; in writeConstants() local
1963 if (V->getType() != LastTy) { in writeConstants()
1964 LastTy = V->getType(); in writeConstants()
1965 Record.push_back(getTypeID(LastTy, V)); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2666 Type *LastTy = nullptr; in writeConstants() local
2670 if (V->getType() != LastTy) { in writeConstants()
2671 LastTy = V->getType(); in writeConstants()
2672 Record.push_back(VE.getTypeID(LastTy)); in writeConstants()