Home | History | Annotate | Download | only in IR

Lines Matching defs:Div

1067         assert(!CI2->isNullValue() && "Div by zero handled above");
1070 assert(!CI2->isNullValue() && "Div by zero handled above");
1075 assert(!CI2->isNullValue() && "Div by zero handled above");
1078 assert(!CI2->isNullValue() && "Div by zero handled above");
2114 Constant *Div = ConstantExpr::getSDiv(CI, Factor);
2120 Type::getInt64Ty(Div->getContext()));
2121 if (!Div->getType()->isIntegerTy(64))
2122 Div = ConstantExpr::getSExt(Div,
2123 Type::getInt64Ty(Div->getContext()));
2125 NewIdxs[i-1] = ConstantExpr::getAdd(PrevIdx, Div);