Searched defs:Formula (Results 1 – 2 of 2) sorted by relevance
245 struct Formula { struct247 GlobalValue *BaseGV;250 int64_t BaseOffset;253 bool HasBaseReg;256 int64_t Scale;268 SmallVector<const SCEV *, 4> BaseRegs;272 const SCEV *ScaledReg;277 int64_t UnfoldedOffset;279 Formula() in Formula() function
324 struct Formula { struct326 GlobalValue *BaseGV = nullptr;329 int64_t BaseOffset = 0;332 bool HasBaseReg = false;335 int64_t Scale = 0;351 SmallVector<const SCEV *, 4> BaseRegs;355 const SCEV *ScaledReg = nullptr;360 int64_t UnfoldedOffset = 0;