Searched refs:setIsExact (Results 1 – 11 of 11) sorted by relevance
267 BO->setIsExact(false); in GetShiftedValue()289 BO->setIsExact(false); in GetShiftedValue()603 NewLShr->setIsExact(I.isExact()); in FoldShiftByConstant()622 NewAShr->setIsExact(I.isExact()); in FoldShiftByConstant()638 NewShr->setIsExact(true); in FoldShiftByConstant()754 I.setIsExact(); in visitLShr()800 I.setIsExact(); in visitAShr()
58 I->setIsExact(); in simplifyValueKnownNonZero()451 if (I.isExact()) LShr->setIsExact(); in visitUDiv()
125 if (isExact) NewBinOp->setIsExact(); in FoldPHIArgBinOpIntoPHI()494 if (isExact) BinOp->setIsExact(); in FoldPHIArgOpIntoPHI()
231 BO->setIsExact(TVI_BO->isExact()); in FoldSelectIntoOp()266 BO->setIsExact(FVI_BO->isExact()); in FoldSelectIntoOp()
683 NewVal->setIsExact(cast<BinaryOperator>(I)->isExact()); in SimplifyDemandedUseBits()
237 BO->setIsExact(true);243 BO->setIsExact(true);249 BO->setIsExact(true);352 void setIsExact(bool b = true);
138 void setIsExact(bool B) { in setIsExact() function
142 SDiv->setIsExact(true); in TEST_F()
1989 void BinaryOperator::setIsExact(bool b) { in setIsExact() function in BinaryOperator1990 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
2043 cast<BinaryOperator>(I)->setIsExact(true); in ParseFunctionBody()
2919 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()