Searched defs:FindConstantPointers (Results 1 – 1 of 1) sorted by relevance
264 struct FindConstantPointers { struct265 bool LoadCanBeConstantFolded;266 bool IndexIsConstant;267 APInt Step;268 APInt StartValue;269 Value *BaseAddress;270 const Loop *L;271 ScalarEvolution &SE;272 FindConstantPointers(const Loop *loop, ScalarEvolution &SE) in FindConstantPointers() function275 bool follow(const SCEV *S) { in follow()[all …]