Searched refs:LastType (Results 1 – 2 of 2) sorted by relevance
41 template <class LastType = int>45 assert(std::experimental::any_cast<LastType const>(&a) == nullptr); in assertEmpty()
3465 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Ops.slice(1)); in SimplifyGEPInst() local3466 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst()