Lines Matching refs:Div
1185 assert(!CI2->isNullValue() && "Div by zero handled above");
1188 assert(!CI2->isNullValue() && "Div by zero handled above");
1193 assert(!CI2->isNullValue() && "Div by zero handled above");
1196 assert(!CI2->isNullValue() && "Div by zero handled above");
2288 Constant *Div = ConstantExpr::getSDiv(CI, Factor);
2294 Type::getInt64Ty(Div->getContext()));
2295 if (!Div->getType()->isIntegerTy(64))
2296 Div = ConstantExpr::getSExt(Div,
2297 Type::getInt64Ty(Div->getContext()));
2299 NewIdxs[i-1] = ConstantExpr::getAdd(PrevIdx, Div);