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