Searched defs:Formula (Results 1 – 3 of 3) 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
214 struct Formula { struct217 TargetLowering::AddrMode AM;221 SmallVector<const SCEV *, 2> BaseRegs;225 const SCEV *ScaledReg;230 int64_t UnfoldedOffset;232 Formula() : ScaledReg(0), UnfoldedOffset(0) {} in Formula() function
310 struct Formula { struct312 GlobalValue *BaseGV = nullptr;315 int64_t BaseOffset = 0;318 bool HasBaseReg = false;321 int64_t Scale = 0;337 SmallVector<const SCEV *, 4> BaseRegs;341 const SCEV *ScaledReg = nullptr;346 int64_t UnfoldedOffset = 0;