Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:isExact

34   bool isNUW = false, isNSW = false, isExact = false;
41 isExact = PEO->isExact();
62 if (isExact)
63 isExact = cast<PossiblyExactOperator>(I)->isExact();
125 if (isExact) NewBinOp->setIsExact();
405 bool isNUW = false, isNSW = false, isExact = false;
429 isExact = PEO->isExact();
450 if (isExact)
451 isExact = cast<PossiblyExactOperator>(I)->isExact();
494 if (isExact) BinOp->setIsExact();