Searched refs:InnerDiv (Results 1 – 1 of 1) sorted by relevance
1345 auto *InnerDiv = cast<PossiblyExactOperator>(Op0); in commonIDivTransforms() local1346 auto *Mul = cast<OverflowingBinaryOperator>(InnerDiv->getOperand(0)); in commonIDivTransforms()1355 NewDiv->setIsExact(I.isExact() && InnerDiv->isExact()); in commonIDivTransforms()