Home | History | Annotate | Download | only in VMCore

Lines Matching refs:isExact

1955 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) {
1957 isExact ? PossiblyExactOperator::IsExact : 0);
1960 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) {
1962 isExact ? PossiblyExactOperator::IsExact : 0);
2000 Constant *ConstantExpr::getLShr(Constant *C1, Constant *C2, bool isExact) {
2002 isExact ? PossiblyExactOperator::IsExact : 0);
2005 Constant *ConstantExpr::getAShr(Constant *C1, Constant *C2, bool isExact) {
2007 isExact ? PossiblyExactOperator::IsExact : 0);