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