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