Home | History | Annotate | Download | only in VMCore

Lines Matching defs:Factor

605     // alignof-like expression, factor out known factors.
2009 // It's out of range, but we can factor it into the prior
2012 ConstantInt *Factor = ConstantInt::get(CI->getType(),
2014 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor);
2017 Constant *Div = ConstantExpr::getSDiv(CI, Factor);