Home | History | Annotate | Download | only in IR

Lines Matching defs:Factor

632     // alignof-like expression, factor out known factors.
2272 // It's out of range and negative, don't try to factor it.
2289 // It's out of range and negative, don't try to factor it.
2298 // It's out of range, but we can factor it into the prior
2321 Constant *Factor =
2324 Factor = ConstantDataVector::getSplat(
2327 Factor);
2329 NewIdxs[i] = ConstantExpr::getSRem(CurrIdx, Factor);
2331 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor);