Searched defs:Formula (Results 1 – 1 of 1) sorted by relevance
227 struct Formula { struct229 GlobalValue *BaseGV;232 int64_t BaseOffset;235 bool HasBaseReg;238 int64_t Scale;250 SmallVector<const SCEV *, 4> BaseRegs;254 const SCEV *ScaledReg;259 int64_t UnfoldedOffset;261 Formula() in Formula() function