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