Searched refs:LastType (Results 1 – 3 of 3) sorted by relevance
75 LastType enumerator
150 bool isValid = event.type() < ParamEvent::LastType in insertEvent()313 … nextEvent ? static_cast<ParamEvent::Type>(nextEvent->type()) : ParamEvent::LastType /* unknown */; in valuesForTimeRangeImpl()
2766 Type *LastType = GetElementPtrInst::getIndexedType(PtrTy, Ops.slice(1)); in SimplifyGEPInst() local2767 Type *GEPTy = PointerType::get(LastType, PtrTy->getAddressSpace()); in SimplifyGEPInst()