Home | History | Annotate | Download | only in IR

Lines Matching defs:Factor

630     // alignof-like expression, factor out known factors.
2226 // It's out of range and negative, don't try to factor it.
2230 // It's out of range, but we can factor it into the prior
2236 ConstantInt *Factor = ConstantInt::get(CI->getType(), NumElements);
2237 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor);
2240 Constant *Div = ConstantExpr::getSDiv(CI, Factor);