Lines Matching defs:Factor
612 // alignof-like expression, factor out known factors.2101 // It's out of range, but we can factor it into the prior2110 ConstantInt *Factor = ConstantInt::get(CI->getType(), NumElements);2111 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor);2114 Constant *Div = ConstantExpr::getSDiv(CI, Factor);