Searched refs:CombinedIntegerType (Results 1 – 1 of 1) sorted by relevance
4044 Type *CombinedIntegerType = nullptr; in GenerateCombinations() local4048 if (!CombinedIntegerType) in GenerateCombinations()4049 CombinedIntegerType = SE.getEffectiveSCEVType(BaseReg->getType()); in GenerateCombinations()4085 assert(CombinedIntegerType && "Missing a type for the unfolded offset"); in GenerateCombinations()4086 Ops.push_back(SE.getConstant(CombinedIntegerType, in GenerateCombinations()