Searched refs:CombinedIntegerType (Results 1 – 1 of 1) sorted by relevance
3781 Type *CombinedIntegerType = nullptr; in GenerateCombinations() local3785 if (!CombinedIntegerType) in GenerateCombinations()3786 CombinedIntegerType = SE.getEffectiveSCEVType(BaseReg->getType()); in GenerateCombinations()3822 assert(CombinedIntegerType && "Missing a type for the unfolded offset"); in GenerateCombinations()3823 Ops.push_back(SE.getConstant(CombinedIntegerType, NewBase.UnfoldedOffset, in GenerateCombinations()