Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dexperimental_any_helpers.h42 template <class LastType = int>
46 assert(std::experimental::any_cast<LastType const>(&a) == nullptr); in assertEmpty()
H A Dany_helpers.h53 template <class LastType = int>
57 assert(std::any_cast<LastType const>(&a) == nullptr); in assertEmpty()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.h277 LastType enumerator
279 int directiveNest_[LastType + 1] = {0};
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4534 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Indices); in simplifyGEPInst() local
4535 Type *GEPTy = PointerType::get(LastType, AS); in simplifyGEPInst()
4619 if (!IsScalableVec && Q.DL.getTypeAllocSize(LastType) == 1 && in simplifyGEPInst()