Searched refs:LastType (Results 1 – 4 of 4) sorted by relevance
42 template <class LastType = int>46 assert(std::experimental::any_cast<LastType const>(&a) == nullptr); in assertEmpty()
53 template <class LastType = int>57 assert(std::any_cast<LastType const>(&a) == nullptr); in assertEmpty()
277 LastType enumerator279 int directiveNest_[LastType + 1] = {0};
4534 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Indices); in simplifyGEPInst() local4535 Type *GEPTy = PointerType::get(LastType, AS); in simplifyGEPInst()4619 if (!IsScalableVec && Q.DL.getTypeAllocSize(LastType) == 1 && in simplifyGEPInst()