Searched refs:LastType (Results 1 – 6 of 6) sorted by relevance
49 template <class LastType = int>53 assert(std::experimental::any_cast<LastType const>(&a) == nullptr); in assertEmpty()
54 template <class LastType = int>59 assert(any_cast<LastType const>(&a) == nullptr); in assertEmpty()
478 uint32_t LastType = 0; in writeWasm() local482 if (Type < LastType) { in writeWasm()486 LastType = Type; in writeWasm()
2247 Type *LastType = GetElementPtrInst::getIndexedType(PtrTy, Ops.slice(1)); in SimplifyGEPInst() local2248 Type *GEPTy = PointerType::get(LastType, PtrTy->getAddressSpace()); in SimplifyGEPInst()
3872 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Ops.slice(1)); in SimplifyGEPInst() local3873 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst()3936 if (Q.DL.getTypeAllocSize(LastType) == 1 && in SimplifyGEPInst()
3525 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Ops.slice(1)); in SimplifyGEPInst() local3526 Type *GEPTy = PointerType::get(LastType, AS); in SimplifyGEPInst()