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