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