Searched refs:IndexIsConstant (Results 1 – 1 of 1) sorted by relevance
266 bool IndexIsConstant; member273 : LoadCanBeConstantFolded(true), IndexIsConstant(true), L(loop), SE(SE) {} in FindConstantPointers()282 IndexIsConstant && isLoadFromConstantInitializer(BaseAddress); in follow()292 return IndexIsConstant = false; in follow()299 return IndexIsConstant = false; in follow()301 return IndexIsConstant; in follow()306 return IndexIsConstant; in follow()308 bool isDone() const { return !IndexIsConstant; } in isDone()448 if (Visitor.IndexIsConstant && Visitor.LoadCanBeConstantFolded) { in findConstFoldableLoads()